-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add support for different output formats and add codeclimate as an output format #235
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a great feature addition! Let's either use Java 7 try-with-resources or use the older gson to preserve Java 6 compatibility.
} | ||
TypeToken<List<Entry>> type = new TypeToken<List<Entry>>() { | ||
}; | ||
OutputStreamWriter writer = new OutputStreamWriter( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be in try-with-resources since you bumped the Java version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That it should.
Could you add some blurb to the README advertising this feature? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, please fix typo before merging.
Thank you for your contribution @themadprofessor! I pushed 2.8.0-SNAPSHOT. |
Deployed 2.8.0. |
The
source
andtarget
for the parent pom was changed to1.7
due to: