mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
555fe448dd
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
44 lines
656 B
YAML
44 lines
656 B
YAML
linters:
|
|
enable:
|
|
- asciicheck
|
|
- bodyclose
|
|
- dogsled
|
|
- durationcheck
|
|
- errcheck
|
|
- errorlint
|
|
- exportloopref
|
|
- gci
|
|
- ginkgolinter
|
|
- gochecknoinits
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- gosec
|
|
- gosimple
|
|
- govet
|
|
- importas
|
|
- ineffassign
|
|
- misspell
|
|
- nakedret
|
|
- nolintlint
|
|
- revive
|
|
- staticcheck
|
|
- typecheck
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- wastedassign
|
|
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/securego)
|
|
revive:
|
|
rules:
|
|
- name: dot-imports
|
|
disabled: true
|
|
|
|
run:
|
|
timeout: 5m
|