Agile BoardAttach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.2.0
    • None
    • checkstyle:check
    • None

    Description

      I thought I could achieve https://issues.apache.org/jira/projects/MCHECKSTYLE/issues/MCHECKSTYLE-412 using includes

       

      <configuration>
        <configLocation>${build.root}/checkstyle.xml</configLocation>
        <includes>src\/**\/*.java</includes>
      </configuration> 

      but I dont get any violations. Neither with any of

      <includes>src/**/*.java</includes>
      <includes>**/src/**/*.java</includes>
      <includes>**\/src\/**\/*.java</includes>

      I get 69 violations (files in src and target) using

       

      <configuration>
        <configLocation>${build.root}/checkstyle.xml</configLocation>
        <includes>**\/*.java</includes>
      </configuration> 

       

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            delany Delany

            Dates

              Created:
              Updated:

              Slack

                Issue deployment