mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-02-06 11:33:32 +00:00
254ffc7c51
* ci: simple build and lint jobs, upgrade to Go 1.22 * ci: install pcsc-lite * fix: linter issues * fix: bump golangci-lint version * fix: go mod tidy * fix: rebase issues * feat: make lint command * ci: add pcsc lib
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 |