Replace Ruby format validator with Python one

This commit is contained in:
Dave Machado
2017-12-23 00:00:46 -05:00
parent 96fc61bdc4
commit deef6e15ab
3 changed files with 112 additions and 112 deletions

View File

@@ -30,7 +30,7 @@ else
fi
echo "running format validation..."
./validate_format.rb $FORMAT_FILE
./validate_format.py $FORMAT_FILE
if [[ $? != 0 ]]; then
echo "format validation failed!"
exit 1