From 891467f09ad1b280823eb5b08308a9ac1dc418a4 Mon Sep 17 00:00:00 2001 From: jugglinmike Date: Mon, 22 May 2017 11:53:20 -0400 Subject: [PATCH] Update lint "whitelist" file and document usage (#1048) --- lint.whitelist | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lint.whitelist b/lint.whitelist index 7954856d95..02101a6602 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.