Compare commits

..

No commits in common. "b56521645e2457235360a03d6788b35d179a5b01" and "7cbe98636d2467ae868e4de35f1d7b64d6d443c8" have entirely different histories.

View File

@ -1,8 +1,6 @@
issues:
exclude-dirs:
- it
run:
skip-dirs:
- it
timeout: 10m
tests: true
@ -10,13 +8,16 @@ linters:
disable-all: true
enable:
# Default
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
# Additionally linters
- bodyclose