[GOBBLIN-438] Update rat config to exclude mock-couchbase
Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/99618f9c Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/99618f9c Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/99618f9c Branch: refs/heads/0.12.0 Commit: 99618f9caf265b232c8eea76cdb5664d18771f90 Parents: 74e54ee Author: Abhishek Tiwari <[email protected]> Authored: Fri Mar 23 02:22:14 2018 -0700 Committer: Abhishek Tiwari <[email protected]> Committed: Fri Mar 23 03:09:35 2018 -0700 ---------------------------------------------------------------------- build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/99618f9c/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 8103ea9..45ce66d 100644 --- a/build.gradle +++ b/build.gradle @@ -236,6 +236,7 @@ rat { '**/default_dataset_urn', '**/metastore_db', '**/grok/**', + '**/mock-couchbase/**', '**/mainGeneratedRest/**', '**/mainGeneratedDataTemplate/**', '**/gen-java/**',
