rename warnings.txt to findbugs_warnings.txt

master
melvin 2012-10-14 22:43:04 +08:00
parent 9261da7d1a
commit 3397b24d0e
1 changed files with 4 additions and 4 deletions

View File

@ -49,10 +49,7 @@ nulls: $(MAG)
grep -n "null" -r src/ > $@
flip -u $@
warnings_H.txt: warnings.txt
grep "(H)" $^ | grep -v System.out | grep -v System.err | grep -v EXS > $@
warnings.txt: $(MAG)
findbugs_warnings.txt: $(MAG)
~/App/findbugs/bin/findbugs \
-textui \
-progress \
@ -63,6 +60,9 @@ warnings.txt: $(MAG)
-sourcepath src \
build
build_warnings.txt:
make clean all > $@
cards/legacy_banned.txt:
curl https://www.wizards.com/Magic/TCG/Resources.aspx?x=judge/resources/sfrlegacy | grep nodec | grep -o ">[^<]*</a" | sed 's/>//g;s/<\/a//;' > $@