Add temporary pinning of increments (#197)

Fixes #196 - Add temporary pinning of increments

Co-authored-by: Manuel Barkhau <mbarkhau@gmail.com>
This commit is contained in:
Markus Holtermann 2022-12-02 00:43:25 +00:00 committed by GitHub
parent 5edb0ee3f4
commit 72227d3e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 93 additions and 37 deletions

View file

@ -131,10 +131,10 @@ jobs = 4
output-format = colorized
# Maximum number of locals for function / method body
max-locals = 16
max-locals = 17
# Maximum number of arguments for function / method
max-args = 8
max-args = 9
# Maximum number of branch for function / method body
max-branches = 14