woodpecker/vendor/github.com/phayes/checkstyle/.scrutinizer.yml
Lukas c28f7cb29f
Add golangci-lint (#502)
Initial part of #435
2021-11-14 21:01:54 +01:00

15 lines
No EOL
487 B
YAML

build:
dependencies:
before:
- 'source <(curl -fsSL https://raw.githubusercontent.com/phayes/go-scrutinize/master/install-golang)'
tests:
override:
-
command: 'cd $PROJECTPATH && go-scrutinize'
coverage:
file: 'coverage.xml'
format: 'clover'
analysis:
file: 'checkstyle_report.xml'
format: 'general-checkstyle'