-
Notifications
You must be signed in to change notification settings - Fork 4
Enable detekt rule: LongParameterList #293
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Summary
Re-enable the LongParameterList detekt rule under complexity in backend/detekt.yml.
This rule is currently disabled (active: false) together with other rules that had widespread pre-existing violations. We want to turn rules back on incrementally.
Tasks
- Set
LongParameterList.activetotrueunder thecomplexitysection inbackend/detekt.yml(or remove the override if the default is alreadytrue). - From the
backend/directory, run./gradlew detektand fix reported violations. Use./gradlew detektFormatwhere it helps for formatting-related fixes. - Keep CI green: the build uses
maxIssues: 0.
Context
The comment at the top of backend/detekt.yml notes that disabled rules are candidates for incremental cleanup.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers