We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638b070 commit 257eb95Copy full SHA for 257eb95
.golangci.example.yml
@@ -500,6 +500,9 @@ issues:
500
# Show only new issues created in git patch with set file path.
501
new-from-patch: path/to/patch/file
502
503
+ # Fix found issues (if it's supported by the linter)
504
+ fix: true
505
+
506
severity:
507
# Default value is empty string.
508
# Set the default severity for issues. If severity rules are defined and the issues
0 commit comments