Browse Source

Ensure that Konsist tests are run.

pull/2741/head
Benoit Marty 3 weeks ago committed by Benoit Marty
parent
commit
a68e290aab
  1. 4
      tools/quality/check.sh

4
tools/quality/check.sh

@ -25,8 +25,8 @@ set -e @@ -25,8 +25,8 @@ set -e
# First run the quickest script
./tools/check/check_code_quality.sh
# Check ktlint first
./gradlew ktlintCheck
# Check ktlint and Konsist first
./gradlew runQualityChecks
# Build, test and check the project, with warning as errors
# It also check that the minimal app is compiling.

Loading…
Cancel
Save