From a70892c5fd4ed6c3df3614acb2e6448af4f88da2 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Tue, 22 Jan 2019 15:14:04 +0200 Subject: [PATCH] Update README.md Quick documentation fix while we are waiting on #11 to be resolved. This should make it slightly more obvious how things work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64cb9e6..c82d613 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ task violations(type: se.bjurr.violations.gradle.plugin.ViolationsTask) { // // Optional config // - maxReporterColumnWidth = 0 // 0 is disabled + maxReporterColumnWidth = 0 // 0 means "no limit" maxRuleColumnWidth = 10 maxSeverityColumnWidth = 0 maxLineColumnWidth = 0