mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
zulint: Add --verbose arg to print good/bad lines in error.
This argument probably still needs some iteration, but it's already useful.
This commit is contained in:
@@ -43,6 +43,9 @@ def add_default_linter_arguments(parser):
|
||||
type=split_arg_into_list,
|
||||
help='Only run linter for languages in the group(s), e.g.: '
|
||||
'--groups=backend,frontend')
|
||||
parser.add_argument('--verbose', '-v',
|
||||
action='store_true',
|
||||
help='Print verbose output where available')
|
||||
|
||||
def split_arg_into_list(arg):
|
||||
# type: (str) -> List[str]
|
||||
|
||||
Reference in New Issue
Block a user