Skip to content
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

add flag to wrap docstrings for const, var, and type #45

Merged
merged 2 commits into from
May 5, 2023

Conversation

jayshrivastava
Copy link
Contributor

@jayshrivastava jayshrivastava commented Apr 29, 2023

add flag to wrap docstrings for const, var, and type

In #44, this program was extended to be able to wrap function doc strings using the flag wrapfndoc. This change extends the flag to wrap doc strings for var, const, and type declarations. This change also renames the flag to wrapdoc.


default doc string wrapping to 160 chars

See #44 (comment).
Presently, in the pebble repository, there are violations of docstrings being
limited to 80 chars. This change updates the default to 160 chars to prevent CI
from failing.

In #44, this program
was extended to be able to wrap function doc strings using the
flag `wrapfndoc`. This change extends the flag to wrap doc strings
for var, const, and type declarations. This change also renames
the flag to `wrapdoc`.
@jayshrivastava jayshrivastava requested a review from knz April 29, 2023 16:46
Copy link
Contributor

@knz knz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔬 🐶

See #44 (comment).
Presently, in the pebble repository, there are violations of docstrings being
limited to 80 chars. This change updates the default to 160 chars to prevent CI
from failing.
@jayshrivastava jayshrivastava merged commit 461e866 into master May 5, 2023
@rail rail deleted the doc-str branch May 3, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants