chore(lint): remove unused exclude rules

This commit is contained in:
Quentin McGaw
2023-06-07 07:28:24 +00:00
parent 23043b73d9
commit e7ebfc4b9a

View File

@@ -6,19 +6,10 @@ linters-settings:
issues:
exclude-rules:
- path: cmd/updater/main.go
text: "mnd: Magic number: 4, in <argument> detected"
linters:
- gomnd
- path: cmd/updater/main.go
text: "mnd: Magic number: 2, in <argument> detected"
linters:
- gomnd
- path: _test\.go
linters:
- containedctx
- dupl
- dupword
- goerr113
linters: