Skip to content

Commit 77d1fd6

Browse files
mattayesashanbrown
authored andcommitted
Add issues.fix config to example configuration. (golangci#1648)
1 parent a84d5d3 commit 77d1fd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.example.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,9 @@ issues:
500500
# Show only new issues created in git patch with set file path.
501501
new-from-patch: path/to/patch/file
502502

503+
# Fix found issues (if it's supported by the linter)
504+
fix: true
505+
503506
severity:
504507
# Default value is empty string.
505508
# Set the default severity for issues. If severity rules are defined and the issues

0 commit comments

Comments
 (0)