Compare commits
2 Commits
7cbe98636d
...
b56521645e
Author | SHA1 | Date | |
---|---|---|---|
b56521645e | |||
95a3fed462 |
@ -1,6 +1,8 @@
|
|||||||
run:
|
issues:
|
||||||
skip-dirs:
|
exclude-dirs:
|
||||||
- it
|
- it
|
||||||
|
|
||||||
|
run:
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
tests: true
|
tests: true
|
||||||
|
|
||||||
@ -8,16 +10,13 @@ linters:
|
|||||||
disable-all: true
|
disable-all: true
|
||||||
enable:
|
enable:
|
||||||
# Default
|
# Default
|
||||||
- deadcode
|
|
||||||
- errcheck
|
- errcheck
|
||||||
- gosimple
|
- gosimple
|
||||||
- govet
|
- govet
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- structcheck
|
|
||||||
- typecheck
|
- typecheck
|
||||||
- unused
|
- unused
|
||||||
- varcheck
|
|
||||||
|
|
||||||
# Additionally linters
|
# Additionally linters
|
||||||
- bodyclose
|
- bodyclose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user