checkstyle FAILED: Unable to create Root Module
gengjiawen opened this issue · 4 comments
gengjiawen commented
> 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}.
vanniktech commented
Yeah you're missing the checkstyle configuration file.
gengjiawen commented
Is it possible to create a task to download the code_quality_tools
?
vanniktech commented
Just copy paste from the default configuration of the dedicated tool.
gengjiawen commented
Just copy paste from the default configuration of the dedicated tool.
A little cumbersome IMHO.