From ff21c89d70b254027d647c4d8eb83cc1e3954c8b Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 2 Jul 2016 03:11:11 +0200 Subject: [PATCH] Pylint: enable check for tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c6dd842..ec4996fb 100644 --- a/Makefile +++ b/Makefile @@ -61,4 +61,4 @@ test: cd tests; make PYTHON=${PYTHON} test lint: - pylint dns + pylint dns tests -- 2.47.3