Skip to content
Snippets Groups Projects

Add a checkstyle job to the CI pipeline

1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -107,8 +107,14 @@ trampoline:
- report.html
expire_in: 1 week
checkstyle:
stage: review
image: wukl/auta-build:0.1.0
script:
- ./gradlew checkstyleMain checkstyleTest
# Override DAST job to exclude master branch
#dast:
# except:
# refs:
# - master
\ No newline at end of file
# - master
Loading