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:
Valentin Rigal 2022-12-08 16:25:55 +00:00
parent ea687cf465
commit f95d7959df

View File

@ -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",
)