Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 774 Bytes

File metadata and controls

61 lines (47 loc) · 774 Bytes

How to contribute

Pre-check before PR

Run all checks at once:

./pre_check.sh

Run checks individually

  • dependencyGuard
./gradlew dependencyGuard
  • spotless
./gradlew spotlessCheck --init-script gradle/init.gradle.kts
  • metalava
./gradlew metalavaCheckCompatibilityRelease
  • lint
./gradlew lintDebug
  • roborazzi
./gradlew verifyRoborazziDebug
./gradlew compareRoborazziDebug

Update baselines

  • dependencyGuard
./gradlew dependencyGuardBaseline
  • spotless
./gradlew spotlessApply --init-script gradle/init.gradle.kts
  • metalava
./gradlew metalavaGenerateSignatureRelease
  • roborazzi
./gradlew recordRoborazziDebug