Added .golangci.yaml to list of configuration files searched on startup (#1364)

This commit is contained in:
Peter Mescalchin 2020-10-18 17:08:03 +11:00 committed by GitHub
parent 3368a55627
commit d20b8f931f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ golangci-lint run -h
GolangCI-Lint looks for config files in the following paths from the current working directory:
- `.golangci.yml`
- `.golangci.yaml`
- `.golangci.toml`
- `.golangci.json`