Skip to content

Commit f506e91

Browse files
cvclaude
andcommitted
chore: Enable dupl linter in golangci-lint config
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 0baf55e commit f506e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ linters:
1717
- gosec # Security issues
1818

1919
# Code quality
20+
- dupl # Duplicated code blocks
2021
- gochecknoinits # Disallow init functions
2122
- canonicalheader # HTTP header canonicalization
2223
- dupword # Duplicate words (typos)

0 commit comments

Comments
 (0)