Skip to content

ci: enforce kebab-case for crate names#1648

Merged
gilcu3 merged 3 commits intomainfrom
1263-enforce-hyphens-instead-of-underscores-in-all-crate-names
Dec 11, 2025
Merged

ci: enforce kebab-case for crate names#1648
gilcu3 merged 3 commits intomainfrom
1263-enforce-hyphens-instead-of-underscores-in-all-crate-names

Conversation

@gilcu3
Copy link
Contributor

@gilcu3 gilcu3 commented Dec 11, 2025

Closes #1263

  • As an extra, I pinned all versions of the checkout action

@gilcu3 gilcu3 linked an issue Dec 11, 2025 that may be closed by this pull request
@gilcu3 gilcu3 marked this pull request as ready for review December 11, 2025 08:02
netrome
netrome previously approved these changes Dec 11, 2025
Copy link
Collaborator

@netrome netrome left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

Copy link
Contributor

@DSharifi DSharifi left a comment

Choose a reason for hiding this comment

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

Small issue, the script allows camel case naming, it effectively only blocks snake casing.
Added a suggested fix to the regex + set -euo pipefail to the script.

Copy link
Contributor

@DSharifi DSharifi left a comment

Choose a reason for hiding this comment

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

Thanks!

@DSharifi DSharifi changed the title chore: enforce kebab-case for crate names ci: enforce kebab-case for crate names Dec 11, 2025
@gilcu3 gilcu3 enabled auto-merge December 11, 2025 12:51
@gilcu3 gilcu3 added this pull request to the merge queue Dec 11, 2025
Merged via the queue into main with commit 1b075a7 Dec 11, 2025
15 checks passed
@gilcu3 gilcu3 deleted the 1263-enforce-hyphens-instead-of-underscores-in-all-crate-names branch December 11, 2025 13:30
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.

Enforce hyphens instead of underscores in all crate names

3 participants