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

[maven] Checkstyle + Google Java Style = ❤ #98

Merged
merged 8 commits into from
Jan 30, 2019
Merged

Conversation

yannmh
Copy link
Member

@yannmh yannmh commented Apr 27, 2016

JMXFetch uses Checkstyle with Google Java Style to enforce coding standards.

To perform a Checkstyle analysis and outputs violations, run:

mvn checkstyle::check

Checkstyle analysis is automatically executed prior to compiling the code, testing.

More information: http://checkstyle.sourceforge.net/

@yannmh yannmh added this to the Next milestone Apr 27, 2016
JMXFetch uses [Checkstyle](http://checkstyle.sourceforge.net/) with
[Google Java Style](http://google.github.io/styleguide/javaguide.html)
to enforce coding standards.

To perform a `Checkstyle` analysis and outputs violations, run:
```
mvn checkstyle::check
```

`Checkstyle` analysis is automatically executed prior to compiling the
code, testing.

More information: http://checkstyle.sourceforge.net/
@truthbk
Copy link
Member

truthbk commented Mar 8, 2017

CheckStyle seems to have issues with Java 6 😞

That said, I would love to have this and drop Java6 SE support sometime.

Copy link
Member

@olivielpeau olivielpeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@truthbk truthbk merged commit 6166bd2 into master Jan 30, 2019
@truthbk truthbk deleted the yann/checkstyle branch January 30, 2019 15:38
@truthbk truthbk modified the milestones: Next, 0.26.0 Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants