You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually looking though there is no good way to do this. You might be able to do so though negative lookups such as
scc -M "\(?\!test\)"
Or some such...
I am in the middle of porting scc to use https://github.com/boyter/gocodewalker/ to get proper .gitignore support and when I do so I can map through the include stuff.
Going to add that on the todo pile which will ensure this can be done more easily.
I need to walk through all _test.go files and get the lines of test code.
The text was updated successfully, but these errors were encountered: