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
I have a weird situation where golangci-lint run ./... is showing no problems, but golangci-lint run ./submodule/cmd/main.go is showing lots of errors.
I have tried using the --verbose flag, but it doesn't show much of anything.
I couldn't figure out what format --trace-path outputs in, and i'm not sure what info it contains.
Is there any way to have a run against ./... output all the files being considered or looked at?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a weird situation where
golangci-lint run ./...
is showing no problems, butgolangci-lint run ./submodule/cmd/main.go
is showing lots of errors.I have tried using the
--verbose
flag, but it doesn't show much of anything.I couldn't figure out what format
--trace-path
outputs in, and i'm not sure what info it contains.Is there any way to have a run against
./...
output all the files being considered or looked at?Beta Was this translation helpful? Give feedback.
All reactions