[javascriptlint-commit] SF.net SVN: javascriptlint:[387] trunk/javascriptlint/lintwarnings.py
Status: Beta
Brought to you by:
matthiasmiller
|
From: <mat...@us...> - 2018-06-13 17:09:16
|
Revision: 387
http://sourceforge.net/p/javascriptlint/code/387
Author: matthiasmiller
Date: 2018-06-13 17:09:14 +0000 (Wed, 13 Jun 2018)
Log Message:
-----------
Tweak warning message for unexpected_not_comparison
Modified Paths:
--------------
trunk/javascriptlint/lintwarnings.py
Modified: trunk/javascriptlint/lintwarnings.py
===================================================================
--- trunk/javascriptlint/lintwarnings.py 2018-06-13 13:54:50 UTC (rev 386)
+++ trunk/javascriptlint/lintwarnings.py 2018-06-13 17:09:14 UTC (rev 387)
@@ -108,7 +108,7 @@
'ambiguous_numeric_prop': 'numeric property should be normalized; use {normalized}',
'duplicate_property': 'duplicate property in object initializer',
'unexpected_not_in': 'the ! operator is unexpected; add clarifying parentheses',
- 'unexpected_not_comparison': 'the ! operator is unexpected; add clarifying parentheses or compare against !!',
+ 'unexpected_not_comparison': 'the ! operator is unexpected; add clarifying parentheses or rewrite the comparison',
}
errors = {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|