Unverified Commit 3f4df1b7 authored by Ian Havelock's avatar Ian Havelock Committed by GitHub
Browse files

Merge pull request #2 from toddmotto/master

Merge
parents 619a95ba a461a61c
This diff is collapsed.
...@@ -16,6 +16,17 @@ else ...@@ -16,6 +16,17 @@ else
cat additions.txt cat additions.txt
echo "------- END ADDITIONS ------" echo "------- END ADDITIONS ------"
LINK_FILE=additions.txt LINK_FILE=additions.txt
echo "checking if /json was changed..."
if egrep "\+{3}\s.\/json\/" diff.txt > json.txt; then
echo "JSON files are auto-generated! Please do not update these files:"
cat json.txt
exit 1
else
echo "/json check passed!"
rm json.txt
fi
fi fi
echo "running format validation..." echo "running format validation..."
......
# This directory contains auto-generated JSON. Do not modify.
This diff is collapsed.
This diff is collapsed.
Supports Markdown
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