zulip/tools/linter_lib
akshatdalton 2e4a333133 custom_check: Detect incorrect use of `assertTrue`.
This commit adds a check to avoid the use of assertTrue
for cases like: assertTrue(len(data) == 2).
We should use assert_length, assertGreater, or
assertGreaterEqual, whatever suits, in cases like these.
2021-07-13 13:03:38 -07:00
..
__init__.py
custom_check.py custom_check: Detect incorrect use of `assertTrue`. 2021-07-13 13:03:38 -07:00
exclude.py nagios: Replace check_website_response with standard check_http plugin. 2021-07-09 16:47:03 -07:00
pep8.py lint: Restore pycodestyle wrapper’s check for empty list of files. 2020-07-14 13:54:58 -07:00
pyflakes.py settings: Import LDAP settings in prod_settings_template. 2021-05-05 10:55:27 -07:00