add lint to ci checks (#3462)
* add lint to ci checks * update lint baseline
This commit is contained in:
parent
d754df8f07
commit
3d71b6e69a
2 changed files with 892 additions and 955 deletions
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue