Skip to content

feat(#566): check name match kebab-case #579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Marat-Tim
Copy link
Contributor

In this pull request, I added a new linter that checks whether all object names follow kebab-case using only Latin letters.

Copy link
Contributor

github-actions bot commented May 9, 2025

🚀 Performance Analysis

All benchmarks are within the acceptable range. No critical degradation detected (threshold is 100%). Please refer to the detailed report for more information.

Click to see the detailed report
Test Base Score PR Score Change % Change Unit Mode
benchmarks.SourceBench.scansXmir (size=S) 5805.026 5752.319 -52.707 -0.91% ms/op Average Time
benchmarks.SourceBench.scansXmir (size=M) 6551.703 6621.340 69.638 1.06% ms/op Average Time
benchmarks.SourceBench.scansXmir (size=L) 7342.760 7701.535 358.775 4.89% ms/op Average Time
benchmarks.SourceBench.scansXmir (size=XL) 8426.079 9335.919 909.840 10.80% ms/op Average Time
benchmarks.SourceBench.scansXmir (size=XXL) 20235.687 23346.927 3111.240 15.38% ms/op Average Time

✅ Performance gain: benchmarks.SourceBench.scansXmir (size=S) is faster by 52.707 ms/op (0.91%)
⚠️ Performance loss: benchmarks.SourceBench.scansXmir (size=M) is slower by 69.638 ms/op (1.06%)
⚠️ Performance loss: benchmarks.SourceBench.scansXmir (size=L) is slower by 358.775 ms/op (4.89%)
⚠️ Performance loss: benchmarks.SourceBench.scansXmir (size=XL) is slower by 909.840 ms/op (10.80%)
⚠️ Performance loss: benchmarks.SourceBench.scansXmir (size=XXL) is slower by 3111.240 ms/op (15.38%)

@Marat-Tim
Copy link
Contributor Author

@yegor256

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.

1 participant