zulip/tools/linter_lib
Priyank Patel ec2ab1eb8d lint: Correctly detect the use of style attribute.
We add a exclude pattern that makes sure we don't catch two edge
cases: a variable declaration `const style =` and setting a
variable ending in style such as `require_cmd_style =`. We don't add
and exclude pattern for let declaration because it will catch lines
that modify it later in the code.

(Removed other files from exclude list that no longer needed to be
excluded from this lint rule.)
2021-06-22 09:09:36 -07:00
..
__init__.py
custom_check.py lint: Correctly detect the use of style attribute. 2021-06-22 09:09:36 -07:00
exclude.py puppet: Pull in pinned puppet modules. 2021-05-27 21:14:48 -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