Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkstyle integration #16

Closed
arcticicestudio opened this issue Jul 20, 2017 · 0 comments · Fixed by #18
Closed

Checkstyle integration #16

arcticicestudio opened this issue Jul 20, 2017 · 0 comments · Fixed by #18
Projects
Milestone

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Jul 20, 2017

Has to be done and merged before #17

Integrate Checkstyle into the development stack to comply with the Java Code Style Guide version 🏷️ 0.1.0.

The target version of the style guide configuration for Checkstyle is 8.0 which must be override the default version 6.11.2 of the latest maven-checkstyle-plugin version 2.17.

      <!-- .... -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <dependencies>
          <dependency>
            <groupId>com.puppycrawl.tools</groupId>
            <artifactId>checkstyle</artifactId>
            <version>${checkstyle.version}</version>
          </dependency>
        </dependencies>
        <!-- .... -->
      </plugin>

The documentation will be added in #10 and #11.

@arcticicestudio arcticicestudio added this to the 0.4.0 milestone Jul 20, 2017
@arcticicestudio arcticicestudio self-assigned this Jul 20, 2017
@arcticicestudio arcticicestudio added this to Queue in 0.4.0 Jul 20, 2017
@arcticicestudio arcticicestudio moved this from Queue to In Progress in 0.4.0 Jul 22, 2017
arcticicestudio added a commit that referenced this issue Jul 22, 2017
This is version 0.1.0 provided by arcticicestudio/styleguide-java.

GH-16
@arcticicestudio arcticicestudio moved this from In Progress to Review in 0.4.0 Jul 23, 2017
arcticicestudio added a commit that referenced this issue Jul 24, 2017
This is version 0.1.0 provided by arcticicestudio/styleguide-java.

GH-16
arcticicestudio added a commit that referenced this issue Jul 25, 2017
@arcticicestudio arcticicestudio moved this from Review to Done in 0.4.0 Jul 25, 2017
@arcticicestudio arcticicestudio removed their assignment Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
0.4.0
Done
Development

Successfully merging a pull request may close this issue.

1 participant