zulip/tools/linter_lib
Eeshan Garg 10570d508f tools/lint: Fix JSON lint pattern for spaces after ':'.
Previously, a string ending in "... 😄" was reported as an
error and the linter complained that there should be a space
after the last ':'. This commit changes the pattern so that the
linter only checks for colons that are preceded by an opening
double-quote (").
2018-11-08 22:07:56 -08:00
..
__init__.py Extract tools/linter_lib/custom_check.py. 2017-06-05 09:20:21 -07:00
custom_check.py tools/lint: Fix JSON lint pattern for spaces after ':'. 2018-11-08 22:07:56 -08:00
exclude.py Add shellcheck as a linter. 2018-10-18 15:32:26 -07:00
pep8.py zulint: Move pycodestyle runner code to library. 2018-08-04 19:54:18 -07:00
pyflakes.py lint: Fix mypy error in check_pyflakes annotations. 2018-08-07 09:59:14 -07:00