Browse Source

add lint to ci checks (#3462)

* add lint to ci checks

* update lint baseline
Konrad Pozniak 1 year ago
parent
commit
3d71b6e69a
2 changed files with 268 additions and 166 deletions
  1. 266 164
      app/lint-baseline.xml
  2. 2 2
      bitrise.yml

File diff suppressed because it is too large
+ 266 - 164
app/lint-baseline.xml


+ 2 - 2
bitrise.yml

@@ -24,7 +24,7 @@ workflows:
         - apk_file_include_filter: '*.aab'
         - gradlew_path: ./gradlew
         - gradle_options: ""
-        - gradle_task: ktlintCheck testGreenReleaseUnitTest bundleGreenRelease
+        - gradle_task: ktlintCheck lintGreenDebug testGreenReleaseUnitTest bundleGreenRelease
     - sign-apk@1:
         inputs:
         - apk_path: $BITRISE_AAB_PATH
@@ -66,7 +66,7 @@ workflows:
         - retry_on_failure: "no"
         - gradlew_path: ./gradlew
         - gradle_options: --no-daemon
-        - gradle_task: ktlintCheck
+        - gradle_task: ktlintCheck lintGreenDebug
     - android-unit-test@1.0:
         inputs:
         - project_location: $PROJECT_LOCATION

Some files were not shown because too many files changed in this diff