Bug 1384517 - Exclude testing/marionette/doc from linting; r?automatedtester draft
authorAndreas Tolfsen <ato@sny.no>
Wed, 26 Jul 2017 15:04:51 +0100
changeset 615931 27f99ccec81ec5811b25f28250f8af978d109513
parent 615930 d5fb04b9d357ddb686ec36eede2303e5a71ec05b
child 615932 451386b1310fce93fb1a03cdf8fef587db3666be
push id70527
push userbmo:ato@sny.no
push dateWed, 26 Jul 2017 14:58:26 +0000
reviewersautomatedtester
bugs1384517
milestone56.0a1
Bug 1384517 - Exclude testing/marionette/doc from linting; r?automatedtester It also lists directories instead of globbing all files. MozReview-Commit-ID: ApxmKVfEWTz
.eslintignore
--- a/.eslintignore
+++ b/.eslintignore
@@ -294,18 +294,19 @@ security/nss/**
 # Uses `#filter substitution`
 services/sync/modules/constants.js
 services/sync/services-sync.js
 
 # Remote protocol exclusions
 testing/marionette/test_*.js
 testing/marionette/atom.js
 testing/marionette/legacyaction.js
-testing/marionette/client/**
-testing/marionette/harness/**
+testing/marionette/client
+testing/marionette/doc
+testing/marionette/harness
 
 # other testing/ exclusions
 testing/mochitest/**
 # third party modules
 testing/modules/ajv-4.1.1.js
 testing/modules/sinon-2.3.2.js
 # octothorpe used for pref file comment causes parsing error
 testing/mozbase/mozprofile/tests/files/prefs_with_comments.js