Revert "Refactored case sniffs to allow choosing snake or camel case."#11
Revert "Refactored case sniffs to allow choosing snake or camel case."#11AlexSkrypnyk merged 2 commits intomainfrom
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.