golangci config file is missing
Closed this issue · 3 comments
ccoVeille commented
The project should have a .golangci.yml
or at least Taskfile.yml should use golangci-lint run --no-config
because the way golangci-lint works when looking for configuration files, if there is no golangci file in current project, it will try the parent folders. If there is one it would apply its settings
I do have this locally to be able to test random Go project with a full set of rules. my settings are way more restrictive than the default values.
Originally posted by @ccoVeille in #149 (comment)
sysulq commented
PR is welcome :-)
ccoVeille commented
You inspired me to create
https://github.com/ccoVeille/golangci-lint-config-examples
It's empty now, but you can star and watch