Skip to content

Commit ba1d20c

Browse files
committed
Fix lint config
1 parent 1d2e92d commit ba1d20c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.golangci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,5 @@ linters:
6262
- G104 # Covered by errcheck linter
6363

6464
issues:
65-
exclude:
66-
# Exclude test files from duplication and complexity checks
67-
- path: _test\.go
68-
linters:
69-
- dupl
70-
- gocyclo
71-
- errcheck
72-
- govet
73-
74-
# Exclude examples from strict checks
75-
- path: examples/
76-
linters:
77-
- errcheck
78-
- gosec
79-
- govet
80-
8165
max-issues-per-linter: 0
8266
max-same-issues: 0

0 commit comments

Comments
 (0)