Output of golangci-lint run --help
should indicate module directories can be passed
#2568
Open
4 tasks done
Labels
Welcome
Description of the problem
The output of
golangci-lint run --help
does not indicate it supports passing module directories:I would expect it to be something
golangci-lint run [flags] [<module-dir>...]
to indicate that these can be passed. Not sure if my terminology "module-dir" is correct.Version of golangci-lint
Configuration file
Not relevant.
Go environment
Not relevant.
Verbose output of running
Not relevant.
Code example or link to a public repository
Not relevant.
The text was updated successfully, but these errors were encountered: