mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Bug 1793948 - Set warnings argument for mozlint parser in try, autoland and mozilla-central repositories. r=marco
Differential Revision: https://phabricator.services.mozilla.com/D163231
This commit is contained in:
parent
ea687cf465
commit
f95d7959df
@ -31,6 +31,7 @@ VALID_ANDROID_FORMATTERS = {"android-format"}
|
||||
# task's JSON artifact but do not fail if only warnings are found.
|
||||
REPORT_WARNINGS = os.environ.get("GECKO_HEAD_REPOSITORY", "").rstrip("/") in (
|
||||
"https://hg.mozilla.org/mozilla-central",
|
||||
"https://hg.mozilla.org/integration/autoland",
|
||||
"https://hg.mozilla.org/try",
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user