1
1
Fork 0
mirror of https://github.com/joshdk/drone-skip-pipeline synced 2024-04-24 16:35:00 +02:00
drone-skip-pipeline/.golangci.yml
2021-11-14 18:27:59 -08:00

9 lines
108 B
YAML

linters:
enable-all: true
disable:
- goerr113
- wrapcheck
issues:
exclude-use-default: false