From a15b41346782f0e9506d00cb7c509823c3dd6b70 Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Sun, 13 Sep 2020 10:31:30 +1000 Subject: [PATCH] Added `.golangci.yaml` to list of configuration files searched on startup --- docs/src/docs/usage/configuration.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/docs/usage/configuration.mdx b/docs/src/docs/usage/configuration.mdx index 40db5ee12704..94a9a94ed818 100644 --- a/docs/src/docs/usage/configuration.mdx +++ b/docs/src/docs/usage/configuration.mdx @@ -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`