summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index e3af5992..ae3b9ec7 100755
--- a/check
+++ b/check
@@ -109,6 +109,7 @@ then
echo 'Checking source code for silliness'
if ! (git ls-files --cached |
grep -v '\.gz$' |
+ grep -v '\.json-schema$' |
grep -Ev 'tests[^/]*/.*\.std(out|err)' |
grep -vF 'tests.build/build-system-autotools.script' |
xargs -r scripts/check-silliness); then