Skip to content
Snippets Groups Projects
Commit 2dd52cc8 authored by Sören Henning's avatar Sören Henning
Browse files

Stop allowing failures in code quality checks

parent 96450c4b
No related branches found
No related tags found
Loading
Pipeline #1039 passed
......@@ -46,7 +46,6 @@ checkstyle:
tags:
- exec-docker
script: ./gradlew checkstyle --continue
allow_failure: true
artifacts:
paths:
- "*/build/reports/checkstyle/main.html"
......@@ -58,7 +57,6 @@ pmd:
tags:
- exec-docker
script: ./gradlew pmd --continue
allow_failure: true
artifacts:
paths:
- "*/build/reports/pmd/*.html"
......@@ -70,7 +68,6 @@ spotbugs:
tags:
- exec-docker
script: ./gradlew spotbugs --continue
allow_failure: true
artifacts:
paths:
- "*/build/reports/spotbugs/*.html"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment