Change default build setting to disable Checkstyle enforcement
- Disable project-wide Checkstyle checks to unblock development - Add documentation for enabling Checkstyle locally - Fix remaining checkstyle violations in current codebase Fixes #1669
This commit is contained in:
committed by
Mark Pollack
parent
cbef2d1600
commit
66f58d2d70
@@ -111,7 +111,7 @@ public class MarkdownDocumentReader implements DocumentReader {
|
||||
|
||||
private Document.Builder currentDocumentBuilder;
|
||||
|
||||
public DocumentVisitor(MarkdownDocumentReaderConfig config) {
|
||||
DocumentVisitor(MarkdownDocumentReaderConfig config) {
|
||||
this.config = config;
|
||||
}
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ public class MarkdownDocumentReaderConfig {
|
||||
return new Builder();
|
||||
}
|
||||
|
||||
public static class Builder {
|
||||
public static final class Builder {
|
||||
|
||||
private boolean horizontalRuleCreateDocument = false;
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<disable.checks>false</disable.checks>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user