-
-
Notifications
You must be signed in to change notification settings - Fork 0
Revert "Refactored case sniffs to allow choosing snake or camel case." #11
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
Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe PR refactors naming convention sniffs from supporting multiple naming formats to snake_case only, renaming AbstractVariableNamingSniff to AbstractSnakeCaseSniff and its concrete implementations to LocalVariableSnakeCaseSniff and ParameterSnakeCaseSniff. The base class API removes format-configurable methods and retains only snake_case validation. All tests, error codes, documentation, and configuration are updated accordingly. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (12)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11 +/- ##
===========================================
+ Coverage 99.51% 100.00% +0.48%
===========================================
Files 6 6
Lines 409 387 -22
===========================================
- Hits 407 387 -20
+ Misses 2 0 -2 ☔ View full report in Codecov by Sentry. |
Reverts #10
Summary by CodeRabbit
Release Notes
Documentation
Refactor
✏️ Tip: You can customize this high-level summary in your review settings.