-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix validation error type SS02
and check in CI
#25113
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
Comments
Hi, can I work on this? |
@souvik3333 Sure. |
Thanks @thoo, Can you please tell me how to find the error causing lines as most of them are not mentioned. |
take |
@jorisvandenbossche For visibility. I am encountering just one case where SS02 fails: I can't find the docstring for this method in the codebase, maybe it is being lifted from python's datetime module? |
Indeed, we inherit that method from the stdlib datetime.datetime, so don't directly control the docstring. I think it would be nice to have a better docstring though. See also #36745 for related discussion |
Problem description
In order to have a continuous check by the CI on validation error
SS02
(Summary does not start with a capital letter), fixing them in the code base enables the addition to the CI for automated testing in the future.SS02
has just 61 occurrences (see overview of the errors):Todo:
code_check.sh
script to take into account theSS02
type of errorsThe text was updated successfully, but these errors were encountered: