Skip to content

Commit

Permalink
Addition of dupword and nolintlint linters
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Jan 23, 2025
1 parent c64c9b5 commit 4be9803
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ run:

linters:
enable:
- dupword
- errname
- exhaustive
- gci
- goconst
- godot
- gofmt
- makezero
- nolintlint
- perfsprint
- unconvert
- unparam
Expand All @@ -34,5 +36,7 @@ linters-settings:
disable:
- fieldalignment
- shadow
nolintlint:
require-specific: true
perfsprint:
strconcat: false

0 comments on commit 4be9803

Please sign in to comment.