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

Ignore node_modules/site-packages Markdown files #91

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

rjhuijsman
Copy link
Contributor

... in markdown-autodocs checksum.

Before this commit, check-style.sh would include all node_modules and site-packages in its
search for Markdown files to checksum. These would get sha256sumed for the markdown-autodocs
check, which would take time. Ignoring these
folders speeds up our precommit a bit.

Before this commit, `check-style.sh` would include
all `node_modules` and `site-packages` in its
search for Markdown files to checksum. These would
get `sha256sum`ed for the `markdown-autodocs`
check, which would take time. Ignoring these
folders speeds up our precommit a bit.
Copy link
Contributor

@onelxj onelxj left a comment

Choose a reason for hiding this comment

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

Thank you!

@rjhuijsman rjhuijsman merged commit a515091 into main Nov 25, 2024
1 check passed
@rjhuijsman rjhuijsman deleted the rjh.no-node-modules branch November 25, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants