SharpLinter
SharpLinter copied to clipboard
Linting tools for Visual Studio & C#
Not sure if this is a supported feature since I couldn't find any documentation about it, but I figured I'd try putting a global variable ignore on top of my...
JSHint has an error code associated with every error type. The error code is easily suppressible either globally or for a certain section of a file. The section technique works...
I used the example config file of the readme file and I adjust the exclude section for my needs. I took me a while to figure out that I had...
JsHint
How to specify the SharpLint to run JsHint . By default it is running JsLint on my file.
I am presumably missing something really silly but it appears that the -if option is not supported. In fact, after reviewing the Program.cs file (https://github.com/jamietre/SharpLinter/blob/master/source/SharpLinterExe/Program.cs) the switch statement for the...
Could you add this to https://nuget.org/ ? I think a lot more people would find and use this great tool if it was there.
love SharpLinter, but I'd really like to be able to call it with a VisualStudio solution or project file as parameter, and have it analyse all files in that project(s)....