Skip to content

Commit

Permalink
HOTFIX: Ignore python metastore files in RAT checks.
Browse files Browse the repository at this point in the history
This was causing some errors with pull request tests.

Author: Patrick Wendell <[email protected]>

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

6201dd3 [Patrick Wendell] HOTFIX: Ignore python metastore files in RAT checks.
  • Loading branch information
pwendell committed Apr 11, 2014
1 parent f5ace8d commit 6a0f8e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ work
.*\.q
golden
test.out/*
.*iml
.*iml
python/metastore/service.properties
python/metastore/db.lck

0 comments on commit 6a0f8e3

Please sign in to comment.