Skip to content

Commit 5e27419

Browse files
committed
upd golangci-lint rules
Signed-off-by: Artem Bortnikov <[email protected]>
1 parent a5f7cb9 commit 5e27419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ issues:
1616
linters:
1717
- dupl
1818
- lll
19+
- path: _test\.go
20+
linters:
21+
- dupl
1922
linters:
2023
disable-all: true
2124
enable:

0 commit comments

Comments
 (0)