Skip to content

Commit aee8bfa

Browse files
committed
update doc
1 parent a97deea commit aee8bfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,11 @@ and issue will be resolved (issue occur because of IDE).
295295

296296
Quality 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
299299
console 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)

0 commit comments

Comments
 (0)