You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/11/03 15:42:36 UTC

git commit: Add several ApacheRAT exclude patterns for audit-license-headers

Repository: cordova-coho
Updated Branches:
  refs/heads/master 8e2a6ca60 -> 42a993de1


Add several ApacheRAT exclude patterns for audit-license-headers

It still produces some noisy output. Can't find how to exclude dir/subdir.


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/42a993de
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/42a993de
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/42a993de

Branch: refs/heads/master
Commit: 42a993de1ac63ba86435ae5007fced1d730e35b5
Parents: 8e2a6ca
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Mon Nov 3 09:39:10 2014 -0500
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Mon Nov 3 09:42:06 2014 -0500

----------------------------------------------------------------------
 src/repoutil.js | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/42a993de/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index 522a957..a8b81d5 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -323,17 +323,28 @@ var toolRepos = [
         title: 'Cordova CLI',
         id: 'cli',
         repoName: 'cordova-cli',
-        jiraComponentName: 'CLI'
+        jiraComponentName: 'CLI',
+        ratExcludes: [
+          '*.txt',
+          'cordova.cmd'
+        ]
     }, {
         title: 'Cordova Plugman',
         id: 'plugman',
         repoName: 'cordova-plugman',
-        jiraComponentName: 'Plugman'
+        jiraComponentName: 'Plugman',
+        ratExcludes: [
+          'help.txt'
+        ]
     }, {
         title: 'Cordova Lib',
         id: 'lib',
         repoName: 'cordova-lib',
-        jiraComponentName: 'CordovaLib'
+        jiraComponentName: 'CordovaLib',
+        ratExcludes: [
+            'fixtures',
+            'platformsConfig.json'
+        ]
     }, {
         title: 'Cordova JS',
         id: 'js',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org