You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2018/10/26 20:15:00 UTC

[jira] [Resolved] (CALCITE-2642) Checkstyle complains that maven-wrapper.properties is missing a header

     [ https://issues.apache.org/jira/browse/CALCITE-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde resolved CALCITE-2642.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.18.0

Fixed in [c5ff6703|http://git-wip-us.apache.org/repos/asf/calcite/commit/c5ff6703].

> Checkstyle complains that maven-wrapper.properties is missing a header
> ----------------------------------------------------------------------
>
>                 Key: CALCITE-2642
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2642
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>            Priority: Major
>             Fix For: 1.18.0
>
>
> Checkstyle complains that maven-wrapper.properties is missing a header, as follows:
> {noformat}
> $ mvn test validate
> ...
> [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ calcite ---
> [INFO] Starting audit...
> [ERROR] /Users/julianhyde/dev/calcite.1/.mvn/wrapper/maven-wrapper.properties:1: Missing a header - not enough lines in file. [Header]
> Audit done.
> [INFO] There is 1 error reported by Checkstyle 7.8.2 with /Users/julianhyde/dev/calcite.1/src/main/config/checkstyle/checker.xml ruleset.
> [ERROR] .mvn/wrapper/maven-wrapper.properties:[1] (header) Header: Missing a header - not enough lines in file.
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)