Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.31 KB

quality

Quality checks for gradle-based applications (pure Java and Android).

Includes:

Bonus:

  • prints all errors in human-readable and at the same time machine-parseable format of <filename>:<line>: <check name>: <error message>, allowing to pipe the output into most editors and IDEs error windows

  • resolveDependencies task that will pre-download all dependencies for all configurations (useful for caching in CI)

Meta tasks:

  • Android: checkQuality<variant name> (e.g. checkQualityDebug)

  • Java: checkQuality<source set name> (e.g. checkQualityMain)

Based on: