X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=Makefile;h=f39b26f224af2ec15e9df628c61d1ad31eaf53b6;hp=4cc215cfd0ad636a7e4e3abd855642a7b084b39c;hb=8236943374c978a8f9dc6142daac58ee0201f991;hpb=bae1c5592da11f1fb2b9930730cf6acae942f3dc diff --git a/Makefile b/Makefile index 4cc215c..f39b26f 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,10 @@ lint: # don't show recommendations, info, comments, report # W0613 - unused argument # Ignore cherrypy class members as they are dynamically added + # Ignore IPA API class members as they are dynamically added pylint -d c,r,i,W0613 -r n -f colorized \ --notes= \ - --ignored-classes=cherrypy \ + --ignored-classes=cherrypy,API \ ./ipsilon pep8: