mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user