File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -295,9 +295,11 @@ and issue will be resolved (issue occur because of IDE).
295
295
296
296
Quality tools are configured in ` gradle/quality.gradle ` . Tools configuration files could be found in ` gradle/config/* ` .
297
297
298
- All quality plugins are configured to fail build. All found issues are printed to console with description, so most of the time
298
+ By default all quality plugins are configured to fail build. All found issues are printed to console with description, so most of the time
299
299
console output is enough to understand and fix problem.
300
300
301
+ If you want to avoid build failures set ` strictQualityCheck = false ` in ` build.gradle ` . Console reporting will remain, but build will pass.
302
+
301
303
#### Checkstyle
302
304
303
305
[ Checkstyle rules documentation] ( http://checkstyle.sourceforge.net/availablechecks.html )
You can’t perform that action at this time.
0 commit comments