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

jshint-maven-plugin #755

Closed
SteelBRS opened this issue Nov 28, 2012 · 2 comments
Closed

jshint-maven-plugin #755

SteelBRS opened this issue Nov 28, 2012 · 2 comments

Comments

@SteelBRS
Copy link

Let's just get this done - and please don't mention wro4j again: Getting a whole crapload of optimizers is not necessarily what you want ...

@valueof
Copy link
Member

valueof commented Nov 28, 2012

Sorry, but this ticket is not suitable for this repository. All JSHint plugins for various editors and build systems are external projects maintained by independent developers. At this point, I have no plans to ship anything official. As I said in previous tickets the best way to get this done is to do it yourself.

@valueof valueof closed this as completed Nov 28, 2012
@alexo
Copy link

alexo commented Dec 3, 2012

@TorbenVesterager dude, do it and stop whining. If you don't like a tool, make a suggestion, provide an alternative or create one from scratch, but do not bash an open source project just because you don't understand it or had no patience to try it..

valueof added a commit that referenced this issue Dec 7, 2012
This commit adds special syntax to the /*jshint directive making it
possible to ignore any warnings (but not errors). For example:

	/*jshint -W121 */

	var a = 12.;

The code above would raise a trailing dot warning but '-W121' suppresses
it. For advanced use only.

Closes GH-578.
Closes GH-455.
Closes GH-624.
Closes GH-683.
Closes GH-699.
Closes GH-755.
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Oct 21, 2014
This commit adds special syntax to the /*jshint directive making it
possible to ignore any warnings (but not errors). For example:

	/*jshint -W121 */

	var a = 12.;

The code above would raise a trailing dot warning but '-W121' suppresses
it. For advanced use only.

Closes jshintGH-578.
Closes jshintGH-455.
Closes jshintGH-624.
Closes jshintGH-683.
Closes jshintGH-699.
Closes jshintGH-755.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants