From 6a0f8e35ce7595c4ece11fe04133fd44ffbe5b06 Mon Sep 17 00:00:00 2001
From: Patrick Wendell <pwendell@gmail.com>
Date: Fri, 11 Apr 2014 13:23:21 -0700
Subject: [PATCH] HOTFIX: Ignore python metastore files in RAT checks.

This was causing some errors with pull request tests.

Author: Patrick Wendell <pwendell@gmail.com>

Closes #393 from pwendell/hotfix and squashes the following commits:

6201dd3 [Patrick Wendell] HOTFIX: Ignore python metastore files in RAT checks.
---
 .rat-excludes | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.rat-excludes b/.rat-excludes
index a2b5665a0b..8954330bd1 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -39,4 +39,6 @@ work
 .*\.q
 golden
 test.out/*
-.*iml
\ No newline at end of file
+.*iml
+python/metastore/service.properties
+python/metastore/db.lck
-- 
GitLab