zulint: Use zulint from the extracted repository.

zulint will be added as a "third-party" dependency in zulip from now
on.  See the new project at https://github.com/zulip/zulint for more
details.
This commit is contained in:
Aman
2019-07-26 08:15:18 +05:30
committed by Tim Abbott
parent 618d026941
commit 2183a74040
12 changed files with 6 additions and 764 deletions

View File

@@ -7,7 +7,7 @@ from zulint.custom_rules import RuleList
from linter_lib.custom_check import python_rules, non_py_rules
ROOT_DIR = os.path.abspath(os.path.join(__file__, '..', '..', '..'))
CHECK_MESSAGE = "Fix the corresponding rule in `tools/zulint/custom_rules.py`."
CHECK_MESSAGE = "Fix the corresponding rule in `tools/linter_lib/custom_check.py`."
class TestRuleList(TestCase):