Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
⚠️ Add warning guidelines and update codebase to follow best practices #2350
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 warning guidelines and update codebase to follow best practices #2350
Changes from 7 commits
350a66a
53ba260
c74421e
5f21517
dbcac07
c273e1f
0a970e7
ef398f0
f471589
753a1b8
9a0866f
3ac3123
7307365
6897470
49f5460
230a486
d68b69d
c5f8f13
dcdc6ca
7ecd6ec
efdea04
2a21c37
7d40d43
28533ed
b786461
a1b3843
4ab7fa8
fceb7dc
0e714c0
02f5b17
f08c609
0cf434a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Warnings must be actionable.
Warnings should not indicate normal behavior.
Use the appropriate warning type.
This warning remains not actionable. Any idea to solve this?
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.
What about promoting this to
logger.info
?