27 lines
No EOL
324 B
YAML
27 lines
No EOL
324 B
YAML
run:
|
|
tests: false
|
|
|
|
linters-settings:
|
|
lll:
|
|
line-length: 100
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- errcheck
|
|
- ineffassign
|
|
- gas
|
|
- gofmt
|
|
- golint
|
|
- gosimple
|
|
- govet
|
|
- lll
|
|
- varcheck
|
|
- unused
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- linters:
|
|
- gosec
|
|
text: "G404: "
|
|
|