From 49387b574e4f6d81d2aa20a3a3deab087b2d97e9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 2 Jun 2020 11:15:38 +0200 Subject: [pylint] add config and fix tools/check-pylint exit code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67f0d42..b75388a 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ clean: rm -rf $(OBJDIR) check-pylint: - pylint -j 0 $(PYTHONFILES) || ./tools/check-pylint + pylint --rcfile=.pylint.rc -j 0 $(PYTHONFILES) || ./tools/check-pylint format: yapf -i $(PYTHONFILES) -- cgit v1.2.3