Skip to content

Commit 1fcc80c

Browse files
Ajit Pratap Singhclaude
authored andcommitted
fix: simplify golangci-lint v2 config (remove exclusions, use tests: false)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 11e15e4 commit 1fcc80c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.golangci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,3 @@ linters:
1515
issues:
1616
max-issues-per-linter: 0
1717
max-same-issues: 0
18-
19-
exclusions:
20-
rules:
21-
- path: _test\.go
22-
linters:
23-
- errcheck
24-
- path: examples/
25-
linters:
26-
- errcheck

0 commit comments

Comments
 (0)