fix(test): stabilize cron output capture and clippy cleanups
This commit is contained in:
parent
483acccdb7
commit
50fd5b81e1
7 changed files with 20 additions and 19 deletions
|
|
@ -7,3 +7,7 @@ cognitive-complexity-threshold = 30
|
|||
too-many-arguments-threshold = 10
|
||||
|
||||
too-many-lines-threshold = 200
|
||||
|
||||
# Some generated/test-only paths legitimately allocate larger local buffers.
|
||||
# Keep linting enabled while reducing false positives from those cases.
|
||||
array-size-threshold = 65536
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue