Bug 1288395 - Don't run linting on non-py files in the TC directory. r=ahal draft
authorJustin Wood <Callek@gmail.com>
Thu, 21 Jul 2016 09:07:54 -0400
changeset 390590 ffc644df30e960f07ccf8b8b6830707fc0d33a71
parent 390029 d224fc999cb6accb208af0a105f14433375e2e77
child 526026 ed65b63c3fcb46e442f043a7556cfad4d9ee8616
push id23701
push userCallek@gmail.com
push dateThu, 21 Jul 2016 13:12:06 +0000
reviewersahal
bugs1288395
milestone50.0a1
Bug 1288395 - Don't run linting on non-py files in the TC directory. r=ahal MozReview-Commit-ID: Co7biSCepY7
taskcluster/ci/legacy/tasks/branches/base_jobs.yml
--- a/taskcluster/ci/legacy/tasks/branches/base_jobs.yml
+++ b/taskcluster/ci/legacy/tasks/branches/base_jobs.yml
@@ -268,17 +268,16 @@ tasks:
     root: true
     when:
       file_patterns:
         - '**/*.py'
         - '**/.flake8'
         - 'python/mozlint/**'
         - 'tools/lint/**'
         - 'testing/docker/lint/**'
-        - 'taskcluster/**'
   taskgraph-tests:
     task: tasks/tests/taskgraph-tests.yml
     root: true
     when:
       file_patterns:
         - 'taskcluster/**.py'
         - 'config/mozunit.py'
         - 'python/mach/**.py'