mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
implement INC0 and INC1 parts
This commit is contained in:
parent
f92c7347ae
commit
d23689634c
7 changed files with 62 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue