vanniktech/gradle-code-quality-tools-plugin

checkstyle FAILED: Unable to create Root Module

gengjiawen opened this issue · 4 comments

> Task :ReactAndroid:checkstyle FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ReactAndroid:checkstyle'.
> Unable to create Root Module: config {/Users/daniel/code/react-native/code_quality_tools/checkstyle.xml}, classpath {null}.

Yeah you're missing the checkstyle configuration file.

Is it possible to create a task to download the code_quality_tools ?

Just copy paste from the default configuration of the dedicated tool.

Just copy paste from the default configuration of the dedicated tool.

A little cumbersome IMHO.