mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1854786 - Move exclusion from linting for talos devtools pages to ThirdPartyPaths.txt. r=bomsy
Differential Revision: https://phabricator.services.mozilla.com/D192181
This commit is contained in:
parent
4e95b87ca8
commit
5d9fe97a25
@ -216,7 +216,6 @@ testing/mozbase/mozprofile/tests/files/prefs_with_comments.js
|
||||
testing/mozharness/configs/test/test_malformed.json
|
||||
testing/talos/talos/startup_test/sessionrestore/profile/sessionstore.js
|
||||
testing/talos/talos/startup_test/sessionrestore/profile-manywindows/sessionstore.js
|
||||
testing/talos/talos/tests/devtools/addon/content/pages/
|
||||
# Python json.
|
||||
testing/talos/talos/unittests/test_talosconfig_browser_config.json
|
||||
testing/talos/talos/unittests/test_talosconfig_test_config.json
|
||||
|
@ -1186,7 +1186,6 @@ testing/mozbase/mozprofile/tests/files/prefs_with_comments.js
|
||||
testing/mozharness/configs/test/test_malformed.json
|
||||
testing/talos/talos/startup_test/sessionrestore/profile/sessionstore.js
|
||||
testing/talos/talos/startup_test/sessionrestore/profile-manywindows/sessionstore.js
|
||||
testing/talos/talos/tests/devtools/addon/content/pages/
|
||||
# Python json.
|
||||
testing/talos/talos/unittests/test_talosconfig_browser_config.json
|
||||
testing/talos/talos/unittests/test_talosconfig_test_config.json
|
||||
@ -1406,6 +1405,7 @@ testing/mochitest/pywebsocket3/
|
||||
testing/mochitest/tests/MochiKit-1.4.2/
|
||||
testing/modules/sinon-7.2.7.js
|
||||
testing/mozbase/mozproxy/mozproxy/backends/mitm/scripts/catapult/
|
||||
testing/talos/talos/tests/devtools/addon/content/pages/
|
||||
testing/talos/talos/tests/dromaeo/
|
||||
testing/talos/talos/tests/kraken/
|
||||
testing/talos/talos/tests/v8_7/
|
||||
@ -1468,7 +1468,6 @@ node_modules/
|
||||
security/manager/tools/KnownRootHashes.json
|
||||
security/manager/tools/PreloadedHPKPins.json
|
||||
services/settings/dumps/
|
||||
testing/talos/talos/tests/devtools/addon/content/pages/custom/debugger/app-build/static/js/minified.js
|
||||
toolkit/components/nimbus/schemas/NimbusExperiment.schema.json
|
||||
toolkit/components/pdfjs/content/PdfJsDefaultPreferences.sys.mjs
|
||||
toolkit/components/uniffi-js/UniFFIGeneratedScaffolding.cpp
|
||||
|
@ -63,7 +63,6 @@ excluded_from_imports_prefix = list(
|
||||
"devtools/client/shared/source-map-loader/test/browser/fixtures/bundle.js",
|
||||
"layout/style/test/property_database.js",
|
||||
"services/fxaccounts/FxAccountsPairingChannel.js",
|
||||
"testing/talos/talos/tests/devtools/addon/content/pages/custom/debugger/app-build/static/js/main.js", # noqa E501
|
||||
"testing/web-platform/",
|
||||
# Unrelated testcases that has edge case syntax.
|
||||
"browser/components/sessionstore/test/unit/data/",
|
||||
|
@ -225,8 +225,6 @@ avoid-blacklist-and-whitelist:
|
||||
- testing/mozharness/configs/unittests/win_unittest.py
|
||||
- testing/profiles/unittest-required/user.js
|
||||
- testing/raptor/browsertime/browsertime_scenario.js
|
||||
- testing/talos/talos/tests/devtools/addon/content/pages/custom/debugger/app/config/webpack.config.prod.js
|
||||
- testing/talos/talos/tests/devtools/addon/content/pages/custom/debugger/app-build/static/js/main.js
|
||||
- testing/web-platform/tests/tools/manifest/tests/test_manifest.py
|
||||
- toolkit/actors/RemotePageChild.sys.mjs
|
||||
- toolkit/actors/WebChannelChild.sys.mjs
|
||||
|
@ -20,7 +20,6 @@ node_modules/
|
||||
security/manager/tools/KnownRootHashes.json
|
||||
security/manager/tools/PreloadedHPKPins.json
|
||||
services/settings/dumps/
|
||||
testing/talos/talos/tests/devtools/addon/content/pages/custom/debugger/app-build/static/js/minified.js
|
||||
toolkit/components/nimbus/schemas/NimbusExperiment.schema.json
|
||||
toolkit/components/pdfjs/content/PdfJsDefaultPreferences.sys.mjs
|
||||
toolkit/components/uniffi-js/UniFFIGeneratedScaffolding.cpp
|
||||
|
@ -161,6 +161,7 @@ testing/mochitest/pywebsocket3/
|
||||
testing/mochitest/tests/MochiKit-1.4.2/
|
||||
testing/modules/sinon-7.2.7.js
|
||||
testing/mozbase/mozproxy/mozproxy/backends/mitm/scripts/catapult/
|
||||
testing/talos/talos/tests/devtools/addon/content/pages/
|
||||
testing/talos/talos/tests/dromaeo/
|
||||
testing/talos/talos/tests/kraken/
|
||||
testing/talos/talos/tests/v8_7/
|
||||
|
Loading…
Reference in New Issue
Block a user