From d13ff7e32aceab14c5f1323bd76ff7dea52d3053 Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Thu, 20 Sep 2018 22:22:32 +0000 Subject: [PATCH] lint: check test/inhfd/ scripts Signed-off-by: Andrei Vagin Signed-off-by: Andrei Vagin --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cc5717ef2..38887da99 100644 --- a/Makefile +++ b/Makefile @@ -374,6 +374,7 @@ help: lint: flake8 --config=scripts/flake8.cfg test/zdtm.py + flake8 --config=scripts/flake8.cfg test/inhfd/*.py flake8 --config=scripts/flake8.cfg test/others/rpc/config_file.py include Makefile.install