1
1
Fork 0
mirror of https://github.com/joshdk/drone-skip-pipeline synced 2024-05-03 22:26:47 +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