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

Formatter: Checkstyle #118

Merged
merged 1 commit into from Jul 23, 2013
Merged

Conversation

iancmyers
Copy link
Contributor

Created checkstyle formatter based off of the example here: http://www.jshint.com/docs/config/

eslint -f checkstyle foo.js will not produce output that looks like this:

<?xml version="1.0" encoding="utf-8"?>
<checkstyle version="4.3">
    <file name="foo.js">
        <error line="5" column="10" severity="error" message="Unexpected foo." />
    </file>
</checkstyle>

Fixes #14

Created checkstyle formatter based off of the example here: http://www.jshint.com/docs/config/

`eslint -f checkstyle foo.js` will not produce output that looks like this:

<?xml version="1.0" encoding="utf-8"?>
<checkstyle version="4.3">
	<file name="foo.js">
		<error line="5" column="10" severity="error" message="Unexpected foo." />
	</file>
</checkstyle>

Fixes eslint#14
nzakas added a commit that referenced this pull request Jul 23, 2013
@nzakas nzakas merged commit be2b25f into eslint:master Jul 23, 2013
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 7, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Formatter: Checkstyle
2 participants