Files
zulip/tools/linter_lib
Vishnu Ks 56259c7acd lint: Catch exit(1) in management commands.
Using sys.exit(1) in a management command makes it impossible
to unit test the code in question.  The correct approach to
do the same thing in Django management commands is to raise
CommandError.
2019-05-17 11:34:00 -07:00
..
2019-02-02 17:10:31 -08:00
2019-02-22 16:54:50 -08:00