Skip to content

Commit ab03f17

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 9f1cfbd commit ab03f17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.golangci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ issues:
2323
- path: _test\.go
2424
linters:
2525
- bodyclose
26-
- dupl
2726
# '0' disables the following options.
2827
max-issues-per-linter: 0
2928
max-same-issues: 0
3029

3130
linters-settings:
32-
dupl:
33-
# Tokens count to trigger issue, 150 by default.
34-
threshold: 100
3531
errcheck:
3632
# Report about assignment of errors to blank identifier.
3733
check-blank: true
@@ -137,7 +133,6 @@ linters:
137133
- bodyclose
138134
- containedctx
139135
- copyloopvar
140-
- dupl
141136
- dupword
142137
- durationcheck
143138
- errcheck

0 commit comments

Comments
 (0)