Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 462 Bytes

DEVELOPMENT.md

File metadata and controls

30 lines (20 loc) · 462 Bytes

Development

Instructions on how to develop in this project.

Detekt

Install pre-commit hook for auto formatting:

Run the following command from the project root.

.github/hooks/install-pre-commit.sh

Run Detekt on all library modules:

./gradlew detektAll

Run Detekt on all library modules with auto-formatting enabled

./gradlew detektAll -PdetektAutoFix=true

Generate Detekt baseline

./gradlew detektGenerateBaseline