Files
correx/detekt.yml
T
kami 5d1f2ab360 chore(detekt): ratchet maxIssues 120→90 after orchestrator decomposition
kernel dropped to 85 findings (was the binding module >120 pre-split);
90 leaves ~5 slack so new violations trip the build.
2026-07-13 12:09:41 +04:00

27 lines
243 B
YAML

build:
maxIssues: 90
style:
active: true
complexity:
active: true
empty-blocks:
active: true
exceptions:
active: true
naming:
active: true
performance:
active: true
potential-bugs:
active: true
comments:
active: true