mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This prevents us from using const in our JS code, with exceptions for test code and the portico. Hopefully this is just a temporary rule until we make our pipelines with work with ES6. I tried to prevent "let", but that was too noisy. This adjusts the one false-negative case of using const in a comment. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| custom_check.py | ||
| exclude.py | ||
| pep8.py | ||
| printer.py | ||
| pyflakes.py | ||