Open
Description
Question
missing-docstring
is not being applied to my functions staring with "_".
Related to this closed issue: #3177
I'm really confused about this behavior. I want docstrings for all my functions including my functions starting with "_". Why wouldn't I want that? Is there a way to turn this on?
Documentation for future user
Setting to apply missing-docstring
on functions starting with "_".
Additional context
No response