summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 3 insertions, 0 deletions
diff --git a/check b/check
index 5386a1d0..160515f1 100755
--- a/check
+++ b/check
@@ -118,6 +118,9 @@ then
fi
case "$x" in
+ # Excluding yarn files since it's not possible to split up the
+ # IMPLEMENTS lines of them
+ *.yarn) ;;
*)
if awk 'length > 79' "$x" | grep . > /dev/null
then