zulip/tools/linter_lib
Prakhar Pratyush c5b3d2e434 custom_check: Add rule to avoid creating savepoints.
This commit adds a custom rule to check python files
and raise lint error if they have transaction.atomic used
without any argument or savepoint=True is used.

It helps to avoid creating unintended savepoints in the future.
2024-11-21 14:55:15 -08:00
..
__init__.py
custom_check.py custom_check: Add rule to avoid creating savepoints. 2024-11-21 14:55:15 -08:00
exclude.py web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00