jamietre / SharpLinter

Linting tools for Visual Studio & C#
http://blog.outsharked.com/2011/08/sharplinter-command-line-tool-for.html
44 stars 12 forks source link

-of option adds extraneous message #15

Closed RunicMachine closed 10 years ago

RunicMachine commented 10 years ago

The -of option adds extraneous message indicating a missing file in the working directory corresponding to the format string.

For example: sharplinter.exe -v1 -of "{0}({1}) {3}" -r *.js

Results in command line message: Ignoring missing file or directory: {Working_Directory}{0}({1}) {3}

RunicMachine commented 10 years ago

It appears this issue is fixed. The pre-built files do not contain the changeset but rebuilding from source resolved the problem.