Skip to content

Commit 257eb95

Browse files
authored
Add issues.fix config to example configuration. (#1648)
1 parent 638b070 commit 257eb95

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)