mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-02-24 03:58:25 +00:00
17 lines
227 B
YAML
17 lines
227 B
YAML
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- errcheck
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- staticcheck
|
||
|
- unused
|
||
|
- testifylint
|
||
|
- goimports
|
||
|
- goconst
|
||
|
|
||
|
issues:
|
||
|
exclude-dirs:
|
||
|
- .github
|
||
|
- docs
|