Skip to content

Commit df41378

Browse files
authored
Merge pull request #1 from DefectDojo-Inc/mnd
Name change for gomnd to mnd
2 parents c3d171a + f528fdf commit df41378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ linters:
1010
- godot # annoying - ending all comments with periods
1111
- goerr113 # annoying - no dynamic errors, forces named errors or wrapping errors - annoying
1212
- golint # replaced by stylecheck
13-
- gomnd # annoying - magic numbers more annoying to alert on than deal with
13+
- gomnd # deprecated
1414
- ifshort # deprecated
1515
- interfacer # deprecated
1616
- maligned # deprecated
17+
- mnd # annoying - magic numbers more annoying to alert on than deal with
1718
- nosnakecase # deprecated
1819
- scopelint # deprecated
1920
- structcheck # deprecated

0 commit comments

Comments
 (0)