CI: Don't encourage docstring on trivial functions
If a function is three or fewer lines long, it should be assumed to be self-explanatory (hopefully it has a good name!).
This commit is contained in:
Reference in New Issue
Block a user
If a function is three or fewer lines long, it should be assumed to be self-explanatory (hopefully it has a good name!).