-
Notifications
You must be signed in to change notification settings - Fork 10
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
codemod to deprecate logging.warn #206
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #206 +/- ##
==========================================
- Coverage 96.26% 96.25% -0.01%
==========================================
Files 88 89 +1
Lines 4065 4089 +24
==========================================
+ Hits 3913 3936 +23
- Misses 152 153 +1
|
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.
Looks really good overall, just a few small requests.
src/core_codemods/docs/pixee_python_fix-deprecated-logging-warn.md
Outdated
Show resolved
Hide resolved
e750a56
to
94a4fd9
Compare
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Overview
codemod that will fix
logging.warn
or{logger}.warn
to....warning