summaryrefslogtreecommitdiff
path: root/lint.whitelist
diff options
context:
space:
mode:
Diffstat (limited to 'lint.whitelist')
-rw-r--r--lint.whitelist11
1 files changed, 9 insertions, 2 deletions
diff --git a/lint.whitelist b/lint.whitelist
index 7954856d9..02101a660 100644
--- a/lint.whitelist
+++ b/lint.whitelist
@@ -1,2 +1,9 @@
-# This file documents authorship information and is not itself a test
-test/built-ins/Simd/AUTHORS FRONTMATTER LICENSE
+# Tests that intentionally violate the project's linting rules (along with a
+# space-separated list of the specific rules they violate) should be specified
+# in this file.
+#
+# Example:
+#
+# test/language/made-up-file.js FRONTMATTER LICENSE
+#
+# Note that lines prefixed with the "hash" symbol (#) will be ignored.