workgroups/vendor/github.com/phayes/checkstyle/.scrutinizer.yml

15 lines
487 B
YAML
Raw Normal View History

2021-09-24 17:34:17 +02:00
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'