Compare commits
1 Commits
e88f7df3e1
...
a04bcb77ed
Author | SHA1 | Date | |
---|---|---|---|
a04bcb77ed |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user