summaryrefslogtreecommitdiff
path: root/lint.whitelist
Commit message (Collapse)AuthorAgeFilesLines
* Remove faulty `throw` statementsMike Pennisi2017-07-131-0/+5
| | | | | | | | | | | The `throw` statements that were recently inserted into these tests have an observable impact on the parsing behavior: they causes the `"use strict"` token sequence to be interpreted as a string literal instead of a directive prolog, which in turn effects how the tests are interpreted. Remove the new `throw` statements from these tests and rely on previously-existing statements that serve the same purpose without impacting program strictness.
* Update lint "whitelist" file and document usage (#1048)jugglinmike2017-05-221-2/+9
|
* Introduce automated validation for test format (#994)jugglinmike2017-05-011-0/+2
This script is intended to identify common test file formatting errors prior to their acceptance into the project. It is designed to support future extensions for additional validation rules.