From 42cee6d2590959cc64edb3cd037a3cdd201c1974 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 28 Oct 2013 17:06:42 +0000 Subject: Exlcuding yarn files when checking the lenght of lines --- check | 3 +++ 1 file changed, 3 insertions(+) (limited to 'check') 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 -- cgit v1.2.1