X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=e39261798ce9849f8a322e66370b71ba984c506a;hb=baab09e3ab873d3a572581ad9d94cefe737e7f01;hp=460550babe20a6dc18bd1e8e65d80a24390cb31a;hpb=81c7bb6d5bf9f16bcd3a1b456dc2937d27660eee;p=open-adventure.git diff --git a/Makefile b/Makefile index 460550b..e392617 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,6 @@ CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf cppcheck: cppcheck -I. --template gcc --enable=all $(CSUPPRESSIONS) *.[ch] -PYSUPPRESSIONS = line-too-long,invalid-name,missing-function-docstring,too-many-lines,too-many-branches,global-statement,multiple-imports,too-many-locals,too-many-statements,too-many-nested-blocks,no-else-return,raise-missing-from,redefined-outer-name,consider-using-in +PYSUPPRESSIONS = line-too-long,invalid-name,missing-function-docstring,too-many-lines,too-many-branches,global-statement,multiple-imports,too-many-locals,too-many-statements,too-many-nested-blocks,no-else-return,raise-missing-from,redefined-outer-name,consider-using-in,dict-iter-missing-items pylint: @pylint --score=n --disable=$(PYSUPPRESSIONS) *.py */*.py