File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file contains all available configuration options
2+ # with their default values.
3+
4+ # options for analysis running
5+ run :
6+ go : ' 1.20.x'
7+
8+ issues :
9+ # List of regexps of issue texts to exclude.
10+ #
11+ # But independently of this option we use default exclude patterns,
12+ # it can be disabled by `exclude-use-default: false`.
13+ # To list all excluded by default patterns execute `golangci-lint run --help`
14+ #
15+ # Default: https://golangci-lint.run/usage/false-positives/#default-exclusions
16+ exclude :
17+ - " Error return value of `deleteBranchCmd.MarkPersistentFlagRequired` is not checked"
18+ - " field `http` is unused"
19+ - " field `client` is unused"
20+ - " S1039: unnecessary use of fmt.Sprintf"
You can’t perform that action at this time.
0 commit comments