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 #14

Closed
nzakas opened this issue Jul 6, 2013 · 0 comments · Fixed by #118
Closed

Formatter: Checkstyle #14

nzakas opened this issue Jul 6, 2013 · 0 comments · Fixed by #118
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion enhancement This change enhances an existing feature of ESLint

Comments

@nzakas
Copy link
Member

nzakas commented Jul 6, 2013

ESLint should provide checkstyle output like JSHint does.

iancmyers added a commit to iancmyers/eslint that referenced this issue Jul 23, 2013
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
iancmyers added a commit to iancmyers/eslint that referenced this issue Jul 23, 2013
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 issue 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 enhancement This change enhances an existing feature of ESLint
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant