Mechanical cleanup, quick fixes & deduplication closes #531 #543
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
technical improvement
UX Improvement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#543
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue/mitgliederverwaltung-531"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the implemented changes
The changes were:
A batch of small, low-risk maintenance changes bundled under one theme: fix two latent bugs, remove dead code, deduplicate behavior-preserving logic, normalize module layout, and tighten the Credo gate. No behavior changes other than the two bug fixes.
What has been changed?
Definition of Done
Code Quality
Accessibility
Testing
Additional Notes
otp_app: :my → :mvcorrection (auth background workers now boot under real config). (Thereject_join_request@spec was investigated under §3.15 but turned out to already be correct — no net change.)style: order module directives per StrictModuleLayout) is a large mechanical reorder across ~88 files — expect a big but purely structural diff there.Readability.StrictModuleLayoutplus 8 already-zero-violation checks are promoted into the gate. Five further checks (Readability.ImplTrue~269,Refactor.NegatedIsNil~63,Refactor.AppendSingleItem~10,Refactor.MapMap~8,Refactor.IoPuts3) are left disabled with documented violation counts for a follow-up;Warning.UnsafeToAtomis intentionally out of scope (handled in a separate issue).a5c1b6c39bto4f3050cc35