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 am trying to skip some directories in project from golangci-lint but using the skip-dirs is not helping
Version of golangci-lint
$ golangci-lint --version
# golangci-lint has version 1.43.0 built from 861262b on 2021-11-02T20:54:42Z
Configuration file
$ cat .golangci.ymlrun: # which dirs to skip: issues from them won't be reported; # can use regexp here: generated.*, regexp is applied on full path; # default value is empty list, but default dirs are skipped independently # from this option's value (see skip-dirs-use-default). skip-dirs: - <path to the file>
Go environment
$ go version && go envgo version go1.17.5 darwin/arm64
Verbose output of running
$ golangci-lint cache clean
$ golangci-lint run -v
# paste output here
Welcome
Description of the problem
I am trying to skip some directories in project from golangci-lint but using the skip-dirs is not helping
Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
The text was updated successfully, but these errors were encountered: