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 52cefe6 [GOBBLIN-1281] Update rat exclusion list to include pdl
files[]
52cefe6 is described below
commit 52cefe6339182e3f78e93e3913ebd946c7a57512
Author: suvasude <[email protected]>
AuthorDate: Thu Oct 8 06:38:35 2020 -0700
[GOBBLIN-1281] Update rat exclusion list to include pdl files[]
Closes #3121 from sv2000/ratExcludePdl
---
build.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.gradle b/build.gradle
index a88818a..701aa0b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -197,6 +197,7 @@ rat {
'**/*.md',
'**/*.json',
'**/*.avsc',
+ '**/*.schema',
'**/*.ddl',
'**/*.dml',
'**/*.txt',
@@ -232,6 +233,7 @@ rat {
'**/file*',
'**/*.epf',
'**/*.pdsc',
+ '**/*.pdl',
'**/*.yml',
'**/*.inc',
'**/*.py',