Bug 1444167 Add MinGW mozlint build job r?froydnj draft
authorTom Ritter <tom@mozilla.com>
Thu, 08 Mar 2018 13:58:57 -0600
changeset 766884 a29f654d193529563080c221afe85d2908e0c609
parent 766883 ade0e60f6c2bfeb6b558a6ed555d2e4e5bc27940
push id102429
push userbmo:tom@mozilla.com
push dateTue, 13 Mar 2018 14:37:49 +0000
reviewersfroydnj
bugs1444167
milestone60.0a1
Bug 1444167 Add MinGW mozlint build job r?froydnj MozReview-Commit-ID: Lo42O4xljwC
taskcluster/ci/source-test/mozlint.yml
--- a/taskcluster/ci/source-test/mozlint.yml
+++ b/taskcluster/ci/source-test/mozlint.yml
@@ -75,16 +75,30 @@ eslint:
             - '**/*.xml'
             # Run when eslint policies change.
             - '**/.eslintignore'
             - '**/*eslintrc*'
             # The plugin implementing custom checks.
             - 'tools/lint/eslint/eslint-plugin-mozilla/**'
             - 'tools/lint/eslint/eslint-plugin-spidermonkey-js/**'
 
+mingw-cap:
+    description: lint for MinGW Capitalization issues
+    platform: lint/opt
+    treeherder:
+        symbol: mingw
+    run:
+        mach: lint -l mingw-capitalization -f treeherder
+    when:
+        files-changed:
+            - '**/*.cpp'
+            - '**/*.cc'
+            - '**/*.c'
+            - '**/*.h'
+
 py-compat:
     description: lint for python 2/3 compatibility issues
     platform: lint/opt
     treeherder:
         symbol: py-compat
     run:
         mach: lint -l py2 -l py3 -f treeherder
     when: