go-kod/kod

golangci config file is missing

Closed this issue · 3 comments

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)

PR is welcome :-)

Sure then I will @sysulq, could you assign me the ticket ?

Thanks

You inspired me to create

https://github.com/ccoVeille/golangci-lint-config-examples

It's empty now, but you can star and watch