use more specific regex for groovy file

master
melvinzhang 2016-06-05 10:36:54 +08:00
parent d67b5ae644
commit ae24a776e3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ FILENAME ~ /unimplementable/ {
next
}
FILENAME ~ /groovy/ {
FILENAME ~ /cards\/groovy.txt/ {
comment[$1] = "groovy"
next
}