From 0c16b1908ea5ab82bff2b74164d3752a6d246461 Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 2 Jul 2016 22:39:44 +0200 Subject: [PATCH] Pylint: examples: enable pylint for examples/*.py --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec4996fb..b4f48770 100644 --- a/Makefile +++ b/Makefile @@ -61,4 +61,4 @@ test: cd tests; make PYTHON=${PYTHON} test lint: - pylint dns tests + pylint dns tests examples/*.py -- 2.47.3