This PR adds .golangci.yml with configuration for golangci-lint. The config file allows better flexibility in configuration in comparison with command-line parameters. E.g., in future, we might add additional helpful linters, disable some linter rules only for tests, etc.
Also, in the PR updated the version of golangci-lint to the latest currently released.
This PR adds .golangci.yml with configuration for
golangci-lint
. The config file allows better flexibility in configuration in comparison with command-line parameters. E.g., in future, we might add additional helpful linters, disable some linter rules only for tests, etc.Also, in the PR updated the version of golangci-lint to the latest currently released.