Bug 1501662 - Various updates to .eslintignore for dom/, netwerk/, and modules/. r=mossop
Depends on D9661
Differential Revision:
https://phabricator.services.mozilla.com/D9662
--- a/.eslintignore
+++ b/.eslintignore
@@ -28,17 +28,18 @@ memory/replace/dmd/test/**
modules/**
netwerk/cookie/test/browser/**
netwerk/protocol/**
netwerk/dns/**
netwerk/test/browser/**
netwerk/test/httpserver/**
netwerk/test/mochitests/**
netwerk/test/unit*/**
-netwerk/wifi/**
+# Bug 1501445.
+netwerk/wifi/tests/wifi_access_point_test.html
parser/**
tools/update-packaging/**
uriloader/exthandler/**
uriloader/exthandler/tests/mochitest/**
widget/headless/tests/**
widget/tests/**
# We currently have no js files in these directories, so we ignore them by
@@ -166,26 +167,24 @@ devtools/server/tests/unit/sourcemapped.
# devtools specific format test file
devtools/server/tests/unit/xpcshell_debugging_script.js
# dom/ exclusions
dom/abort/**
dom/animation/**
dom/asmjscache/**
-dom/audiochannel/**
dom/base/**
dom/battery/**
dom/bindings/**
dom/broadcastchannel/**
dom/browser-element/**
dom/cache/test/mochitest/**
dom/cache/test/xpcshell/**
dom/canvas/**
-dom/commandhandler/**
dom/console/**
dom/crypto/**
dom/encoding/**
dom/events/**
dom/fetch/**
dom/file/**
dom/filehandle/**
dom/filesystem/**
@@ -250,16 +249,17 @@ dom/workers/**
dom/worklet/**
dom/xbl/**
dom/xhr/**
dom/xml/**
dom/xslt/**
dom/xul/**
# Third-party
+dom/canvas/test/webgl-conf/**
dom/media/webvtt/**
# Third-party
editor/libeditor/tests/browserscope/**
# Third-party
gfx/ots/**
gfx/skia/**
@@ -298,16 +298,21 @@ mobile/android/chrome/content/about.js
# Not much JS to lint and non-standard at that
mobile/android/installer/
mobile/android/locales/
# Non-standard `(catch ex if ...)`
mobile/android/chrome/content/browser.js
+# Pre-processed/pref files
+modules/libpref/greprefs.js
+modules/libpref/init/all.js
+modules/libpref/test/unit/*data/**
+
# Only contains non-standard test files.
python/**
# security/ exclusions (pref files).
security/manager/ssl/security-prefs.js
# NSS / taskcluster only.
security/nss/**