iperf3exporter/vendor/github.com/phayes/checkstyle/.scrutinizer.yml
Marvin Preuss 2343c9588a
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
first commit
2021-10-20 10:08:56 +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'