summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6b23ef..f6c0314 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ lint:
# Ignore cherrypy class members as they are dynamically added
pylint -d c,r,i,W0613 -r n -f colorized \
--notes= \
+ --disable=star-args \
./custodia
pep8: