Detect missing arguments in logging format strings #9999
Labels
False Negative 🦋
No message is emitted but something is wrong with the code
Good first issue
Friendly and approachable by new contributors
Help wanted 🙏
Outside help would be appreciated, good for new contributors
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Current problem
The following error should be easily detectable:
the missing arguments should be easily detectable, like we already get
too-many-format-args
onDesired solution
I want
pylint
to issue thetoo-few-format-args
error on the above code.Additional context
No response
The text was updated successfully, but these errors were encountered: