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

JS Lint Build Errors #21

Closed
Sumits669 opened this issue Feb 3, 2016 · 2 comments
Closed

JS Lint Build Errors #21

Sumits669 opened this issue Feb 3, 2016 · 2 comments

Comments

@Sumits669
Copy link

Hi ,

I have configure jslint from nuget manager in my visual studio 2013 and plateform is Windows server 2008 R2.
When I build solution then it shows an error while I converted all errors type into warnings and due to this error build is faild.
Error is : "Build canclled due to JSlint validation errors".
How can I resolve this so that i can see all errors only in warning, while all errors converted to warnings but still one error i got.
Please suggest me how can i resolve this

@benquarmby
Copy link
Owner

Uncheck "Cancel build" in the project settings. If you're running both JSLint.NET for Visual Studio and JSLint.NET for MSBuild (from NuGet), you can also uncheck the "Run on build" checkbox.

image

I may remove both of these checkboxes in the future to save confusion. The MSBuild task always runs on build regardless of this setting.

@benquarmby
Copy link
Owner

I added issue #23 to track removing those settings.

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

2 participants