X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=e39261798ce9849f8a322e66370b71ba984c506a;hb=3dcf8449e56fc6a3e792c8694bd390bd2ddd85d3;hp=460550babe20a6dc18bd1e8e65d80a24390cb31a;hpb=648deb477014eace4fcddf1b00a86591ff86c870;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