diff --git a/tools/quality/check.sh b/tools/quality/check.sh index be323f6884..86eeb84b58 100755 --- a/tools/quality/check.sh +++ b/tools/quality/check.sh @@ -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.