workgroups/vendor/github.com/phayes/checkstyle/.scrutinizer.yml
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00

15 lines
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'