Repository: cordova-coho Updated Branches: refs/heads/master 8cedcf240 -> 5d8347bd0
Add Info.plist to rat excludes for audit-license-headers Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/5d8347bd Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/5d8347bd Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/5d8347bd Branch: refs/heads/master Commit: 5d8347bd061a2b2316f6b6c4061321928b128272 Parents: 8cedcf2 Author: Shazron Abdullah <[email protected]> Authored: Sat Apr 22 12:07:34 2017 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Sat Apr 22 12:07:34 2017 -0700 ---------------------------------------------------------------------- src/audit-license-headers.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/5d8347bd/src/audit-license-headers.js ---------------------------------------------------------------------- diff --git a/src/audit-license-headers.js b/src/audit-license-headers.js index 892077e..b2a1dcf 100644 --- a/src/audit-license-headers.js +++ b/src/audit-license-headers.js @@ -38,6 +38,7 @@ var COMMON_RAT_EXCLUDES = [ '*.xcodeproj', '.*', '*-Info.plist', + 'Info.plist', 'VERSION', 'node_modules', 'thirdparty', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
