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 918900f commit 775c7efCopy full SHA for 775c7ef
.golangci.yml
@@ -33,7 +33,6 @@ linters:
33
staticcheck:
34
checks:
35
- all
36
- - '-ST1023' # disable rule 'Redundant type in variable declaration'
37
- '-QF1001' # disable rule 'Apply De Morgan’s law'
38
- '-QF1012' # disable rule 'Use fmt.Fprintf instead of x.Write(fmt.Sprintf(...))'
39
- '-QF1003' # disable rule 'Convert if/else-if chain to tagged switch'
0 commit comments