From d61745be86427c2eabad64c81bf9597cb9aa6dd1 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 6 Nov 2022 11:55:20 +0100 Subject: Check Lint recursively from the :app module instead of checking every module individually. This avoids having to re-state all disabled Lint checks in all parent modules. --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/checks.yml') diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 96de69a1f..57425126a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -57,8 +57,8 @@ jobs: ~/.gradle/caches ~/.gradle/wrapper key: gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} - - name: Lint - run: ./gradlew lintPlayRelease lintRelease + - name: Lint :app module recursively + run: ./gradlew :app:lintPlayRelease - name: SpotBugs run: ./gradlew spotbugsPlayDebug spotbugsDebug 2>&1 | grep -i "spotbugs" -- cgit v1.2.3