forked from mirrors/gecko-dev
Bug 1608799 - Move more paths from .eslintignore to ThirdPartyPaths.txt. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D60150 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
bdfc666e6d
commit
e88d437de8
2 changed files with 7 additions and 9 deletions
|
|
@ -179,7 +179,6 @@ python/
|
||||||
remote/Protocol.jsm
|
remote/Protocol.jsm
|
||||||
remote/test/browser/chrome-remote-interface.js
|
remote/test/browser/chrome-remote-interface.js
|
||||||
remote/test/demo.js
|
remote/test/demo.js
|
||||||
remote/test/puppeteer/
|
|
||||||
|
|
||||||
# services/ exclusions
|
# services/ exclusions
|
||||||
|
|
||||||
|
|
@ -201,17 +200,10 @@ testing/marionette/harness
|
||||||
# other testing/ exclusions
|
# other testing/ exclusions
|
||||||
# third party modules
|
# third party modules
|
||||||
testing/mochitest/tests/Harness_sanity/
|
testing/mochitest/tests/Harness_sanity/
|
||||||
testing/mochitest/MochiKit/
|
|
||||||
testing/mochitest/tests/MochiKit-1.4.2/
|
|
||||||
testing/mochitest/tests/SimpleTest/
|
testing/mochitest/tests/SimpleTest/
|
||||||
testing/modules/ajv-4.1.1.js
|
|
||||||
testing/modules/sinon-7.2.7.js
|
|
||||||
# octothorpe used for pref file comment causes parsing error
|
# octothorpe used for pref file comment causes parsing error
|
||||||
testing/mozbase/mozprofile/tests/files/prefs_with_comments.js
|
testing/mozbase/mozprofile/tests/files/prefs_with_comments.js
|
||||||
|
|
||||||
# Mozproxy third party
|
|
||||||
testing/mozbase/mozproxy/mozproxy/backends/mitm/scripts/catapult/
|
|
||||||
|
|
||||||
testing/talos/talos/scripts/jszip.min.js
|
testing/talos/talos/scripts/jszip.min.js
|
||||||
testing/talos/talos/startup_test/sessionrestore/profile/sessionstore.js
|
testing/talos/talos/startup_test/sessionrestore/profile/sessionstore.js
|
||||||
testing/talos/talos/startup_test/sessionrestore/profile-manywindows/sessionstore.js
|
testing/talos/talos/startup_test/sessionrestore/profile-manywindows/sessionstore.js
|
||||||
|
|
@ -222,7 +214,6 @@ testing/talos/talos/fis/tp5n/
|
||||||
|
|
||||||
testing/web-platform/
|
testing/web-platform/
|
||||||
testing/xpcshell/moz-http2/
|
testing/xpcshell/moz-http2/
|
||||||
testing/xpcshell/node-http2/
|
|
||||||
|
|
||||||
# toolkit/ exclusions
|
# toolkit/ exclusions
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -121,12 +121,18 @@ netwerk/srtp/src/
|
||||||
nsprpub/
|
nsprpub/
|
||||||
other-licenses/
|
other-licenses/
|
||||||
parser/expat/
|
parser/expat/
|
||||||
|
remote/test/puppeteer/
|
||||||
security/nss/
|
security/nss/
|
||||||
security/sandbox/chromium/
|
security/sandbox/chromium/
|
||||||
security/sandbox/chromium-shim/
|
security/sandbox/chromium-shim/
|
||||||
testing/gtest/gmock/
|
testing/gtest/gmock/
|
||||||
testing/gtest/gtest/
|
testing/gtest/gtest/
|
||||||
|
testing/mochitest/MochiKit/
|
||||||
testing/mochitest/pywebsocket
|
testing/mochitest/pywebsocket
|
||||||
|
testing/mochitest/tests/MochiKit-1.4.2/
|
||||||
|
testing/modules/ajv-4.1.1.js
|
||||||
|
testing/modules/sinon-7.2.7.js
|
||||||
|
testing/mozbase/mozproxy/mozproxy/backends/mitm/scripts/catapult/
|
||||||
testing/talos/talos/tests/dromaeo/
|
testing/talos/talos/tests/dromaeo/
|
||||||
testing/talos/talos/tests/kraken/
|
testing/talos/talos/tests/kraken/
|
||||||
testing/talos/talos/tests/v8_7/
|
testing/talos/talos/tests/v8_7/
|
||||||
|
|
@ -134,6 +140,7 @@ testing/web-platform/tests/resources/webidl2/
|
||||||
testing/web-platform/tests/tools/third_party/
|
testing/web-platform/tests/tools/third_party/
|
||||||
testing/xpcshell/dns-packet/
|
testing/xpcshell/dns-packet/
|
||||||
testing/xpcshell/node-ip/
|
testing/xpcshell/node-ip/
|
||||||
|
testing/xpcshell/node-http2/
|
||||||
third_party/
|
third_party/
|
||||||
toolkit/components/certviewer/content/vendor/
|
toolkit/components/certviewer/content/vendor/
|
||||||
toolkit/components/jsoncpp/
|
toolkit/components/jsoncpp/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue