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
No known key found for this signature in database
GPG key ID: 948D4778D01A7B3F
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