Skip to content

Commit

Permalink
Updated .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Nov 2, 2023
1 parent a634696 commit 4e3a8cc
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 @@ -22,6 +22,7 @@ linters-settings:
exhaustive:
default-signifies-exhaustive: true
goconst:
ignore-tests: true
min-len: 2
min-occurrences: 2
gofmt:
Expand All @@ -33,5 +34,3 @@ linters-settings:
disable:
- fieldalignment
- shadow
makezero:
always: false

0 comments on commit 4e3a8cc

Please sign in to comment.