-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix validation error type GL01
and check in CI
#25324
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
i can pick this up if no one's already started |
how should external documentation be handled? for example, the documentation for pandas.io.formats.style.Styler.env comes directly from jinja2.Environment: "The core component of Jinja is the Here are the possible initialization parameters:
...
would you like me to override the existing documentation, removing the newline character at the beginning of the string? |
I have encountered similar case for the SS03 validation errors. I think we should have a common approach to this. |
the Timestamp and Timedelta errors overlaps with a pull request I've made, which is also stalled for similar reasons: |
Problem description
In order to have a continuous check by the CI on validation error
GL01
(Docstring text, i.e. summary, should start in the line immediately after the opening quotes, not in the same line, or leaving a blank line in between), fixing them in the code base enables the addition to the CI for automated testing in the future.GL01
has 189 occurrences (see overview of the errors), including:Todo:
code_check.sh
script to take into account theGL01
type of errorsThe text was updated successfully, but these errors were encountered: