From 952356d8d2bec7d5e0bd1a822037cf012af409ee Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Tue, 25 Oct 2016 12:41:34 +0100 Subject: [PATCH] Allow lint to lint itself --- lint | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lint b/lint index 4b7498df4c..d1dfde6931 100755 --- a/lint +++ b/lint @@ -149,9 +149,8 @@ lint() { return fi - # Don't lint this script or static.go + # Don't lint static.go case "$(basename "${filename}")" in - lint) return ;; static.go) return ;; coverage.html) return ;; esac