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).
295295
296296Quality tools are configured in ` gradle/quality.gradle ` . Tools configuration files could be found in ` gradle/config/* ` .
297297
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
299299console output is enough to understand and fix problem.
300300
301+ If you want to avoid build failures set ` strictQualityCheck = false ` in ` build.gradle ` . Console reporting will remain, but build will pass.
302+
301303#### Checkstyle
302304
303305[ Checkstyle rules documentation] ( http://checkstyle.sourceforge.net/availablechecks.html )
You can’t perform that action at this time.
0 commit comments