From f47746c010ec707ebb86087646a51c60abcf3760 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 22 Nov 2019 20:34:54 +0100 Subject: only lint python code in src/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0da203b..553c968 100644 --- a/Makefile +++ b/Makefile @@ -44,4 +44,4 @@ clean: rm -rf $(OBJDIR) pylint: - pylint $(shell find $(PWD) -name "*.py" -not -path "$(OBJDIR)/*") \ No newline at end of file + pylint $(shell find src/ -name "*.py") -- cgit v1.2.3