add lint to ci checks (#3462)

* add lint to ci checks

* update lint baseline
This commit is contained in:
Konrad Pozniak 2023-03-21 18:56:11 +01:00 committed by GitHub
parent d754df8f07
commit 3d71b6e69a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 892 additions and 955 deletions

File diff suppressed because it is too large Load Diff

View File

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