Improved: decreases tasks.checkstyleMain.maxErrors from 286 to 279

Thanks: Daniel
diff --git a/build.gradle b/build.gradle
index b6e38b9..55d0fbc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -296,7 +296,7 @@
     // the sum of errors found last time it was changed after using the
     // ‘checkstyle’ tool present in the framework and in the official
     // plugins.
-    tasks.checkstyleMain.maxErrors = 286
+    tasks.checkstyleMain.maxErrors = 279
     // Currently there are a lot of errors so we need to temporarily
     // hide them to avoid polluting the terminal output.
     showViolations = false