Remove unused zero-byte skeleton files #44
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JackFrostbyte/rgb-aura#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context
A code review found several zero-byte skeleton files left behind from earlier refactors. They currently do not provide functionality and only add noise to IDE navigation and project structure.
This is a good first collaboration issue because it should be small, easy to review, and low risk.
Files to inspect
Potential dead skeleton files:
src/rgb_aura/config.pysrc/rgb_aura/devices.pysrc/rgb_aura/openrgb_client.pysrc/rgb_aura/animations/aurora.pysrc/rgb_aura/animations/patterns.pyScope
Acceptance criteria
ruff formatpasses.ruff checkpasses.Branch workflow
Base branch:
developSuggested work branch:
fix/issue-44-remove-dead-skeleton-filesPull request target:
developDo not merge directly into
main.mainshould only receive tested release-ready changes fromdevelop.