Commit 5185ed58 by John Jarvis

adding verbose flag

parent b4442a7c
......@@ -18,7 +18,7 @@ script:
done
- |
for json in $(find . -name "*.json"); do
jsonlint $json
jsonlint -v $json
if [[ $? -ne 0 ]]; then
echo "ERROR parsing $json"
exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment