From 2da55ceef2d033bb84062b575fd306bba59d638d Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Sat, 4 Jun 2016 14:28:52 +0000 Subject: [PATCH] Don't spell-check compressed files --- lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint b/lint index 7d539f5da..771ea4a60 100755 --- a/lint +++ b/lint @@ -44,7 +44,7 @@ function spell_check { if file $filename | grep executable >/dev/null 2>&1; then return $lint_result fi - if [[ $filename == *".tar" ]]; then + if [[ $filename == *".tar" || $filename == *".gz" ]]; then return $lint_result fi