-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Move out getName()
from RuleInterface
#640
Conversation
arogachev
commented
Nov 28, 2023
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ✔️ |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #640 +/- ##
=============================================
- Coverage 94.45% 12.30% -82.15%
+ Complexity 776 770 -6
=============================================
Files 91 90 -1
Lines 2361 2348 -13
=============================================
- Hits 2230 289 -1941
- Misses 131 2059 +1928 ☔ View full report in Codecov by Sentry. |
PR SummaryThis pull request includes a series of updates and enhancements which primarily involve changes related to the renaming of the
These changes aim to improve the readability and stability of the codebase. |