This is an automated email from the ASF dual-hosted git repository.

suvasude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new f86e813  [GOBBLIN-1244] Add new file patterns to rat exclusion list[]
f86e813 is described below

commit f86e8132a116667ea4692e87ac48642661a5ded6
Author: sv2000 <[email protected]>
AuthorDate: Thu Aug 20 10:35:57 2020 -0700

    [GOBBLIN-1244] Add new file patterns to rat exclusion list[]
    
    Closes #3085 from sv2000/rat
---
 build.gradle | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/build.gradle b/build.gradle
index f7cc8a2..a88818a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -179,6 +179,7 @@ rat {
     '**/.ruby-version',
     '**/.DS_Store/**',
     '**/.gitignore',
+    '**/.codecov_bash',
     '**/build/**',
     '**/target/**',
     '**/bin/**',
@@ -189,6 +190,7 @@ rat {
     '**/*.svg',
     '**/*.groovy',
     '**/*.yml',
+    '**/*.yaml',
     '**/*.properties',
     '**/*.conf',
     '**/*.xml',
@@ -201,6 +203,7 @@ rat {
     '**/*.pull',
     '**/*.job',
     '**/*.log',
+    '**/*.log.*',
     '**/*.sql',
     '**/*.zip',
     '**/*.gz',
@@ -216,6 +219,7 @@ rat {
     '**/*.rc',
     '**/*.avro',
     '**/*.avro.*',
+    '**/*.proto',
     '**/*.png',
     '**/*.jpg',
     '**/*.jpeg',
@@ -224,6 +228,7 @@ rat {
     '**/*.woff',
     '**/*.woff2',
     '**/Dockerfile',
+    '**/.dockerignore',
     '**/file*',
     '**/*.epf',
     '**/*.pdsc',
@@ -236,6 +241,8 @@ rat {
     '**/*.avro',
     '**/*.txt.*',
     '**/*.key',
+    '**/*.token',
+    '**/*.btm',
     '**/*.json.*',
     '**/*.template',
     '**/migrationConfig',
@@ -248,6 +255,8 @@ rat {
     '**/mainGeneratedRest/**',
     '**/mainGeneratedDataTemplate/**',
     '**/gen-java/**',
+    '**/gen-avro/**',
+    '**/gen-proto/**',
     '**/META-INF/**',
     '**/package-list',
     '**/WebmasterPerformanceTuningMetrics',

Reply via email to