Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Turn off linting for khan-exercises using a big hammer.
Browse files Browse the repository at this point in the history
My recent change to delete khan-exercises from the codebase apparently
triggered us to start running things like javascript_lint.py against
khan-exercsies again.

Since khan-exercises is deprecated, and I'm removing it Very Soon, I
just turned off all linting in the repo.

Auditors: emily

Test Plan:
Ran `tools/runlint.py khan-exercises/` from webapp, without error.
  • Loading branch information
csilvers committed May 9, 2016
1 parent f209d2e commit 1b36d4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lint_blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ third_party/MathJax/2.1/config/*
third_party/MathJax/2.1/extensions/*
build/third_party/**
test/**

**

0 comments on commit 1b36d4b

Please sign in to comment.