-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add anycase to ignore naming #153
Conversation
… Also, finally removed the deprecated stuff since we have released at least 3 version since the deprecated warnings.
Codecov Report
@@ Coverage Diff @@
## master #153 +/- ##
============================================
+ Coverage 51.74% 52.52% +0.78%
- Complexity 145 167 +22
============================================
Files 16 16
Lines 543 672 +129
Branches 96 126 +30
============================================
+ Hits 281 353 +72
- Misses 227 281 +54
- Partials 35 38 +3
Continue to review full report at Codecov.
|
lib/src/test/java/org/openapitools/openapistylevalidator/NamingValidatorTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one minor issue was found.
Kudos, SonarCloud Quality Gate passed! |
This is to fix #148 in a global way. I also removed old deprecated stuff since we release a couple of version since then.