aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)