mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1756224: Update MozlintParser docs about default paths
r=ahal
Updates parser documentation to clarify that, if no `paths` are provided, then only those discovered by `--outgoing` and `--workdir` are linted. Differential Revision: https://phabricator.services.mozilla.com/D139158
This commit is contained in:
parent
cf6c6f16a3
commit
2da98775fb
@ -20,7 +20,8 @@ class MozlintParser(ArgumentParser):
|
||||
"default": None,
|
||||
"help": "Paths to file or directories to lint, like "
|
||||
"'browser/components/loop' or 'mobile/android'. "
|
||||
"Defaults to the current directory if not given.",
|
||||
"If not provided, defaults to the files changed according "
|
||||
"to --outgoing and --workdir.",
|
||||
},
|
||||
],
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user