Skip to content

Commit

Permalink
chore: enable dupl linter
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Mar 2, 2025
1 parent c8893b0 commit e49ab87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ linters:
- decorder
# - depguard
- dogsled
# - dupl
- dupl
- dupword
- durationcheck
# - errcheck
Expand Down Expand Up @@ -103,3 +103,7 @@ linters-settings:
issues:
max-issues-per-linter: 0
max-same-issues: 0
exclude-rules:
- path: _test\.go
linters:
- dupl

0 comments on commit e49ab87

Please sign in to comment.