status-keycard-go/.golangci.yml
Igor Sirotin 254ffc7c51
ci: simple build and lint jobs, upgrade to Go 1.22 (#14)
* 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
2025-01-20 11:45:31 +01:00

17 lines
227 B
YAML

linters:
disable-all: true
enable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- unused
- testifylint
- goimports
- goconst
issues:
exclude-dirs:
- .github
- docs