Skip to content

Commit 2a4460e

Browse files
committed
MINOR: add .golangci.yml to tweak linting of check_test.go
1 parent 6f52e7a commit 2a4460e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

check-commit/.golangci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
linters-settings:
2+
funlen:
3+
lines: 70
4+
testpackage:
5+
skip-regexp: check_test.go

0 commit comments

Comments
 (0)