Explorar el Código

add lint to ci checks (#3462)

* add lint to ci checks

* update lint baseline
Konrad Pozniak hace 1 año
padre
commit
3d71b6e69a
Se han modificado 2 ficheros con 268 adiciones y 166 borrados
  1. 266 164
      app/lint-baseline.xml
  2. 2 2
      bitrise.yml

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 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

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio