Bug 1274167 - Add Linter (flake8) support for Firefox-ui and Puppeteer. r=whimboo. draft
authorJMortelliti <jacob.harrowmortelliti@maine.edu>
Wed, 25 May 2016 20:51:10 -0400
changeset 371145 592586bf1915ed69b4323787a394f8ab768ffc76
parent 369317 16663eb3dcfa759f25b5e27b101bc79270c156f2
child 521925 f1d85c4dd08163b88aa3761311808dc3638d3791
push id19252
push userbmo:jacob.harrowmortelliti@maine.edu
push dateThu, 26 May 2016 00:52:38 +0000
reviewerswhimboo
bugs1274167
milestone49.0a1
Bug 1274167 - Add Linter (flake8) support for Firefox-ui and Puppeteer. r=whimboo. MozReview-Commit-ID: C4lkgQkmdhp
tools/lint/flake8.lint
--- a/tools/lint/flake8.lint
+++ b/tools/lint/flake8.lint
@@ -105,13 +105,15 @@ def lint(files, **lintargs):
 
 
 LINTER = {
     'name': "flake8",
     'description': "Python linter",
     'include': [
         'python/mozlint',
         'tools/lint',
+	'testing/firefox-ui',
+	'testing/puppeteer'
     ],
     'exclude': [],
     'type': 'external',
     'payload': lint,
 }