summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-10-28 17:06:42 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-10-28 17:06:42 +0000
commit42cee6d2590959cc64edb3cd037a3cdd201c1974 (patch)
tree7184651652033340e4b7a1115a44d1afd5e2ebdc
parentc6b5103bf5e7cea79363311313886e27d949e39f (diff)
downloadmorph-42cee6d2590959cc64edb3cd037a3cdd201c1974.tar.gz
Exlcuding yarn files when checking the lenght of lines
-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