added rule to check that properties in card script are unique

master
melvin 2012-05-20 14:12:56 +08:00
parent 16d25fab5b
commit c27aef2d18
1 changed files with 2 additions and 0 deletions

View File

@ -320,3 +320,5 @@ github/push:
hg gexport
git push origin master
unique_property:
grep "=" release/Magarena/scripts/*.txt| cut -d'=' -f1 | sort | uniq -c | sort -n