Replace Ruby format validator with Python one
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user