X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=4e5f3316f814f9b2b106cc75054016af3a0477d6;hp=59f7e4e5af02de348b94a28ca571a9bf7714dd6d;hb=3f34adad3b6596b3a99175b071f83e70a5e0d594;hpb=17c74326c15ed713ccb0bf21c509ef2ca403685f diff --git a/Makefile b/Makefile index 59f7e4e..4e5f331 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,5 @@ 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,dict-iter-missing-items pylint: - @pylint --score=n --disable=$(PYSUPPRESSIONS) *.py */*.py + @pylint --score=n *.py */*.py