Skip to content

Commit

Permalink
Comment JsLintReporter, instead JsLintingReporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTorng committed Feb 9, 2014
1 parent 50daab5 commit 93f3960
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EditorExtensions/Commands/JavaScript/JsLintReporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ namespace MadsKristensen.EditorExtensions
{
internal class JsLintReporter : LintReporter
{
// JsLintReporter inherit from LintReporter,
// that means it read as `Js LintReporter`, not `JsLint Reporter`.
// Means it's all JavaScript's `LintReporter`, for it shares with both JsHint and JSCS.
// No relation to the popular `JsLint` library that we don't included.
public JsLintReporter(ILintCompiler lintCompiler, string fileName) :
base(lintCompiler, WESettings.Instance.JavaScript, fileName) { }

Expand Down

0 comments on commit 93f3960

Please sign in to comment.