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

futureware-tech/quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: