Skip to content

Commit 6201dd3

Browse files
committed
HOTFIX: Ignore python metastore files in RAT checks.
This was causing some errors with pull request tests.
1 parent 98225a6 commit 6201dd3

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)