You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Edmon Begoli (JIRA)" <ji...@apache.org> on 2015/09/10 02:24:45 UTC

[jira] [Created] (DRILL-3756) Consider loosening up the Maven checkstyle audit

Edmon Begoli created DRILL-3756:
-----------------------------------

             Summary: Consider loosening up the Maven checkstyle audit
                 Key: DRILL-3756
                 URL: https://issues.apache.org/jira/browse/DRILL-3756
             Project: Apache Drill
          Issue Type: Wish
          Components: Tools, Build & Test
    Affects Versions: 1.1.0
         Environment: Maven build on any platform.
            Reporter: Edmon Begoli
            Assignee: Steven Phillips
            Priority: Minor
             Fix For: Future


A space in javadoc before the end of line causes Maven build to fail on checkstyle audit.

[INFO] --- maven-checkstyle-plugin:2.12.1:check (checkstyle-validation) @ drill-java-exec ---

[INFO] Starting audit...

for example

<root>/drill/exec/java-exec/src/main/java/org/apache/drill/exec/store/StoragePlugin.java:30: Line matches the illegal pattern '\s+$'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)