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.
2 parents c3d171a + f528fdf commit df41378Copy full SHA for df41378
.golangci.yml
@@ -10,10 +10,11 @@ linters:
10
- godot # annoying - ending all comments with periods
11
- goerr113 # annoying - no dynamic errors, forces named errors or wrapping errors - annoying
12
- golint # replaced by stylecheck
13
- - gomnd # annoying - magic numbers more annoying to alert on than deal with
+ - gomnd # deprecated
14
- ifshort # deprecated
15
- interfacer # deprecated
16
- maligned # deprecated
17
+ - mnd # annoying - magic numbers more annoying to alert on than deal with
18
- nosnakecase # deprecated
19
- scopelint # deprecated
20
- structcheck # deprecated
0 commit comments