Skip to content

Conversation

@ssam18
Copy link
Contributor

@ssam18 ssam18 commented Nov 12, 2025

I noticed minUsagePadding was defined as a var even though it's never changed anywhere. Since it's a fixed value, using const makes more sense and prevents accidental modifications.

This is just a small cleanup - no functional changes.

Fixes #2323

@CLAassistant
Copy link

CLAassistant commented Nov 12, 2025

CLA assistant check
All committers have signed the CLA.

@marckhouzam
Copy link
Collaborator

The linter failure is unrelated. I will open a PR to fix it. However I do not have permissions to force a merge for this PR until CI passes. I'll reach out for a rebase when the issue is fixed.

@ssam18
Copy link
Contributor Author

ssam18 commented Nov 14, 2025

sure @marckhouzam
Thanks

@marckhouzam
Copy link
Collaborator

The fix has been merged #2327.
@ssam18 if you can rebase your PR on top of main and I'll get it merged.

@ssam18 ssam18 force-pushed the refactor/minUsagePadding-constant branch from 0ef8e18 to 0a59262 Compare November 17, 2025 22:42
@ssam18
Copy link
Contributor Author

ssam18 commented Nov 17, 2025

Hi @marckhouzam! I've rebased the PR on top of the latest main branch. The linter fix from #2327 is now included, and the branch should be ready to merge. Thanks for your patience

Copy link
Collaborator

@marckhouzam marckhouzam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@marckhouzam marckhouzam merged commit fc81d20 into spf13:main Nov 18, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor: make minUsagePadding a constant

3 participants