Skip to content
Snippets Groups Projects
Commit 87cd1c8f authored by Lorenz Boguhn's avatar Lorenz Boguhn Committed by Sören Henning
Browse files

Temporary disable code checks

parent 8f496205
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!84Gitlab CI for Theodolite-Kotlin-Quarkus,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
......@@ -3,6 +3,7 @@ image: openjdk:11-jdk
stages:
- build
- test
- check
#- package
before_script:
......@@ -28,16 +29,16 @@ test:
script:
- ./gradlew test --stacktrace
code_style_klint:
stage: test
ktlint:
stage: check
tags:
- exec-docker
script:
- ./gradlew ktlintCheck
- ./gradlew ktlintCheck --continue
codeanalysis_detekt:
stage: test
.detekt:
stage: check
tags:
- exec-docker
script:
- ./gradlew detekt
\ No newline at end of file
- ./gradlew detekt --continue
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment