From 923d478e015751b96f1b460e996475dd60db2bcc Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Tue, 6 Feb 2018 17:19:30 -0500
Subject: [PATCH] Update lint.sh

---
 lint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lint.sh b/lint.sh
index 32fbffb2..1679b238 100755
--- a/lint.sh
+++ b/lint.sh
@@ -7,7 +7,7 @@ set -o errexit
 # - https://bitbucket.org/logilab/pylint/issues/701/false-positives-with-not-an-iterable-and
 # - https://bitbucket.org/logilab/pylint/issues/58
 
-find . -name '*.py' -not -name 'versioneer.py' -not -name _version.py \
+find . -name '*.py' -not -path "./docs/*" \
   | xargs pylint \
   --errors-only \
   --disable=print-statement,unsubscriptable-object,not-an-iterable,no-member
-- 
GitLab