Skip to content

Commit

Permalink
Bug 1376128 - Update lint ignore patterns for testing/marionette; r=a…
Browse files Browse the repository at this point in the history
…utomatedtester,standard8

We want to ignore a certain subset of generated and legacy code
in testing/marionette, most notably testing/marionette/atom.js and
testing/marionette/legacyaction.js.  Since the latter is scheduled for
removal, there is no need to spend extra time linting it.

MozReview-Commit-ID: OyRoM2uigG
  • Loading branch information
andreastt committed Jun 24, 2017
1 parent 4ff21c1 commit cc839ac
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,14 @@ security/nss/**
services/sync/modules/constants.js
services/sync/services-sync.js

# testing/ exclusions
testing/marionette/**
# Remote protocol exclusions
testing/marionette/test_*.js
testing/marionette/atom.js
testing/marionette/legacyaction.js
testing/marionette/client/**
testing/marionette/harness/**

# other testing/ exclusions
testing/mochitest/**
# third party modules
testing/modules/ajv-4.1.1.js
Expand Down

0 comments on commit cc839ac

Please sign in to comment.