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

Fix #3 - Trim whitespaces of rows generated in table body #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sbkok
Copy link

@sbkok sbkok commented May 10, 2022

Why:

As reported in issue #3, the body of the dependency table is generated
with leading and trailing whitespaces. This generates errors when
linting the files using pre-commit hooks that prohibit trailing spaces.

What:

Trim every row, so the leading and trailing spaces are removed
correctly.

**Why:**

As reported in issue camacho#3, the body of the dependency table is generated
with leading and trailing whitespaces. This generates errors when
linting the files using pre-commit hooks that prohibit trailing spaces.

**What:**

Trim every row, so the leading and trailing spaces are removed
correctly.
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.

1 participant