From c96d4052bbc6d0c693becd64cdb19a3fc0f1c5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 26 Oct 2018 10:43:45 +0200 Subject: [PATCH] Ignore docs directory from pylint validation --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 53105156..7abe8fb6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -11,7 +11,7 @@ ignore=CVS # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths. -ignore-patterns= +ignore-patterns=docs # Pickle collected data for later comparisons. persistent=yes