You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/10/21 08:54:15 UTC

[2/2] git commit: Update audit common excludes for other xcode project files, and component.json

Update audit common excludes for other xcode project files, and component.json


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

Branch: refs/heads/master
Commit: 944dd72ae7afe4624512c7ae3774f700d9425ea8
Parents: b92ef1d
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 20 23:53:15 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 20 23:54:05 2014 -0700

----------------------------------------------------------------------
 src/audit-license-headers.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/944dd72a/src/audit-license-headers.js
----------------------------------------------------------------------
diff --git a/src/audit-license-headers.js b/src/audit-license-headers.js
index 4de3213..72dcc7a 100644
--- a/src/audit-license-headers.js
+++ b/src/audit-license-headers.js
@@ -40,6 +40,10 @@ var COMMON_RAT_EXCLUDES = [
     'node_modules',
     'thirdparty',
     'package.json',
+    'component.json',
+    '*.xcworkspacedata',
+    '*.xccheckout',
+    '*.xcscheme',
     ];
 
 module.exports = function*() {


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