You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/27 10:23:44 UTC

[GitHub] [cordova-coho] janpio commented on a change in pull request #247: fix: Apache RAT auditing license headers

janpio commented on a change in pull request #247: fix: Apache RAT auditing license headers
URL: https://github.com/apache/cordova-coho/pull/247#discussion_r298108270
 
 

 ##########
 File path: src/audit-license-headers.js
 ##########
 @@ -30,21 +30,21 @@ var repoutil = require('./repoutil');
 // constants
 var COMMON_RAT_EXCLUDES = [
     // Binary Files
-    '*.wav',
-    '*.webloc',
+    '(.*).wav',
+    '(.*).webloc',
 
     // iOS Related
-    '*.xcworkspacedata',
-    '*.xccheckout',
-    '*.xcscheme',
-    '*.xcodeproj',
-    '*-Info.plist',
+    '(.*).xcworkspacedata',
+    '(.*).xccheckout',
+    '(.*).xcscheme',
+    '(.*).xcodeproj',
+    '(.*)-Info.plist',
     'Info.plist',
 
     // Other
-    '.*',
-    '*.json', // Excludes all JSON files because commenting is not supported.
-    '*.txt', // Excludes all text files because commenting is not supported.
 
 Review comment:
   did this get lost intentionally?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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