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 83d9d1f commit 932007bCopy full SHA for 932007b
1 file changed
.golangci.yaml
@@ -7,4 +7,11 @@ issues:
7
max-same-issues: 0
8
# Make issues output unique by line.
9
# Default: true
10
- uniq-by-line: false
+ uniq-by-line: false
11
+linters:
12
+ settings:
13
+ staticcheck:
14
+ checks: [
15
+ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022", # staticcheck defaults
16
+ "-QF1008", # Omit embedded fields from selector expression
17
+ ]
0 commit comments