Skip to content

Commit 6a0f8e3

Browse files
committed
HOTFIX: Ignore python metastore files in RAT checks.
This was causing some errors with pull request tests. Author: Patrick Wendell <[email protected]> Closes #393 from pwendell/hotfix and squashes the following commits: 6201dd3 [Patrick Wendell] HOTFIX: Ignore python metastore files in RAT checks.
1 parent f5ace8d commit 6a0f8e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.rat-excludes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ work
3939
.*\.q
4040
golden
4141
test.out/*
42-
.*iml
42+
.*iml
43+
python/metastore/service.properties
44+
python/metastore/db.lck

0 commit comments

Comments
 (0)