Compare commits
3 Commits
a04bcb77ed
...
e88f7df3e1
Author | SHA1 | Date | |
---|---|---|---|
e88f7df3e1 | |||
b56521645e | |||
95a3fed462 |
@ -22,7 +22,7 @@ steps:
|
||||
- name: golangci lint
|
||||
commands:
|
||||
- golangci-lint run
|
||||
image: docker.io/golangci/golangci-lint:v1.57.2-alpine
|
||||
image: docker.io/golangci/golangci-lint:v1.63.4-alpine
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500
|
||||
|
@ -1,6 +1,8 @@
|
||||
run:
|
||||
skip-dirs:
|
||||
issues:
|
||||
exclude-dirs:
|
||||
- it
|
||||
|
||||
run:
|
||||
timeout: 10m
|
||||
tests: true
|
||||
|
||||
@ -8,16 +10,13 @@ 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