[javascriptlint-commit] SF.net SVN: javascriptlint:[259] trunk/javascriptlint/conf.py
Status: Beta
Brought to you by:
matthiasmiller
|
From: <mat...@us...> - 2009-10-03 18:17:35
|
Revision: 259
http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=259&view=rev
Author: matthiasmiller
Date: 2009-10-03 18:17:28 +0000 (Sat, 03 Oct 2009)
Log Message:
-----------
Improve documentation for the output format.
Modified Paths:
--------------
trunk/javascriptlint/conf.py
Modified: trunk/javascriptlint/conf.py
===================================================================
--- trunk/javascriptlint/conf.py 2009-10-03 18:10:05 UTC (rev 258)
+++ trunk/javascriptlint/conf.py 2009-10-03 18:17:28 UTC (rev 259)
@@ -36,8 +36,15 @@
# __FILE__ indicates current file path
# __FILENAME__ indicates current file name
# __LINE__ indicates current line
-# __ERROR__ indicates error message
+# __COL__ indicates current column
+# __ERROR__ indicates error message (__ERROR_PREFIX__: __ERROR_MSG__)
+# __ERROR_NAME__ indicates error name (used in configuration file)
+# __ERROR_PREFIX__ indicates error prefix
+# __ERROR_MSG__ indicates error message
#
+# For machine-friendly output, the output format can be prefixed with
+# "encode:". If specified, all items will be encoded with C-slashes.
+#
# Visual Studio syntax (default):
+output-format __FILE__(__LINE__): __ERROR__
# Alternative syntax:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|