summaryrefslogtreecommitdiff
path: root/lint.whitelist
diff options
context:
space:
mode:
authorjugglinmike <mike@mikepennisi.com>2017-05-22 11:53:20 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-05-22 11:53:20 -0400
commit891467f09ad1b280823eb5b08308a9ac1dc418a4 (patch)
treeade813e798463d3799b2274acf16b18025aca374 /lint.whitelist
parente4b64ecc59e086922e7c13f0dd4769b070a3fa2f (diff)
downloadqtdeclarative-testsuites-891467f09ad1b280823eb5b08308a9ac1dc418a4.tar.gz
Update lint "whitelist" file and document usage (#1048)
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.