Skip to content

Commit

Permalink
Merge pull request #4 from w3c/jgraham/move_lint_whitelist
Browse files Browse the repository at this point in the history
Look for the lint whitelist in the repo root; r=Ms2ger
  • Loading branch information
Ms2ger committed Apr 21, 2015
2 parents b8b9dab + b2f607f commit 09e9f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 105 deletions.
2 changes: 1 addition & 1 deletion lint/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def whitelist_errors(path, errors):
global _whitelist_fn

if _whitelist_fn is None:
_whitelist_fn = parse_whitelist_file(os.path.join(here, "lint.whitelist"))
_whitelist_fn = parse_whitelist_file(os.path.join(repo_root, "lint.whitelist"))
return _whitelist_fn(path, errors)

class Regexp(object):
Expand Down
104 changes: 0 additions & 104 deletions lint/lint.whitelist

This file was deleted.

0 comments on commit 09e9f21

Please sign in to comment.