Skip to content

Commit

Permalink
chore: ignore magic numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed May 18, 2024
1 parent 8acef5c commit b791093
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ linters:
- gci
- goconst
- gofumpt
- gomnd
- gosec
- lll
- misspell
Expand All @@ -41,4 +40,4 @@ linters-settings:
checks: ["all"]
decorder:
disable-dec-order-check: false
disable-init-func-first-check: false
disable-init-func-first-check: false

0 comments on commit b791093

Please sign in to comment.