mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
lint: Make --fix a default arg for zulint.
Since the check for `--fix` is in `zulint/command.py`, we should keep it as an arg for zulint.
This commit is contained in:
@@ -22,9 +22,6 @@ def run():
|
||||
parser.add_argument('--full',
|
||||
action='store_true',
|
||||
help='Check some things we typically ignore')
|
||||
parser.add_argument('--fix',
|
||||
action='store_true',
|
||||
help='Automatically fix problems where supported')
|
||||
add_default_linter_arguments(parser)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user