Replies: 2 comments 11 replies
-
Hello, Which version are you using? Edit: a comment has been removed; this message was related to it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Version: golangci/golangci-lint-action@v3 Configuration: https://github.com/veqryn/slog-context/blob/main/.golangci.yml Repo and file structure: https://github.com/veqryn/slog-context |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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