diff --git a/README.md b/README.md index d18d9e2d..34519ca8 100644 --- a/README.md +++ b/README.md @@ -578,8 +578,8 @@ issues: # Independently from option `exclude` we use default exclude patterns, # it can be disabled by this option. To list all # excluded by default patterns execute `golangci-lint run --help`. - # Default value for this option is false. - exclude-use-default: true + # Default value for this option is true. + exclude-use-default: false # Maximum issues count per one linter. Set to 0 to disable. Default is 50. max-per-linter: 0