mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
9 lines
173 B
YAML
9 lines
173 B
YAML
|
linters:
|
||
|
# Enable specific linter
|
||
|
# https://golangci-lint.run/usage/linters/#enabled-by-default
|
||
|
enable:
|
||
|
- staticcheck
|
||
|
- govet
|
||
|
output:
|
||
|
format: github-actions
|