From 257eb9523a079a8c4492e205c6ce0be8dcc9761e Mon Sep 17 00:00:00 2001 From: Matt Braymer-Hayes Date: Tue, 12 Jan 2021 18:20:15 -0500 Subject: [PATCH] Add issues.fix config to example configuration. (#1648) --- .golangci.example.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.example.yml b/.golangci.example.yml index f5c075ed..45a28dbc 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -500,6 +500,9 @@ issues: # Show only new issues created in git patch with set file path. new-from-patch: path/to/patch/file + # Fix found issues (if it's supported by the linter) + fix: true + severity: # Default value is empty string. # Set the default severity for issues. If severity rules are defined and the issues