implement INC0 and INC1 parts

This commit is contained in:
Manuel Barkhau 2020-10-04 11:28:53 +00:00
parent f92c7347ae
commit d23689634c
7 changed files with 62 additions and 24 deletions

View file

@ -126,7 +126,8 @@ README.md =
score = no
reports = no
jobs = 4
# pylint spams the same message multiple times if jobs > 1
jobs = 1
# Set the output format. Available formats are text, parseable, colorized,
# msvs (visual studio) and html. You can also give a reporter class, eg
@ -134,7 +135,7 @@ jobs = 4
output-format = colorized
# Maximum number of locals for function / method body
max-locals = 21
max-locals = 25
# Maximum number of arguments for function / method
max-args = 12