Files
docker-volume-backup/.golangci.yml
Frederik Ring 746b8f71f9 Update golangci integration (#637)
* Update golangci integration

* Fix newly discovered errcheck complaints

* Increase timeout value
2025-09-09 20:50:46 +02:00

8 lines
153 B
YAML

version: '2'
linters:
# Enable specific linter
# https://golangci-lint.run/usage/linters/#enabled-by-default
enable:
- staticcheck
- govet