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

Update markdownlint #1706

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

trask
Copy link
Member

@trask trask commented Dec 20, 2024

This is an alternative to #193

And closes #1703

I think the reason it was so slow before #193 is because it was running markdownlint in a loop over the files instead of passing the files into a single invocation of markdownlint

time make markdownlint on my machine reports:

  • main: 8.8 seconds
  • this PR: 8.8 seconds

I also verified that the errors CLI was missing prior to #193 are not missed anymore.

I think this is an easier path forward (at least for me) compared to figuring out how to fix #1703 (see also open-telemetry/opentelemetry.io#5767)

cc @chalin

@trask trask added the Skip Changelog Label to skip the changelog check label Dec 20, 2024
@trask trask force-pushed the update-markdownlint branch from c3b2cd8 to a8b744b Compare December 20, 2024 18:51
Copy link
Contributor

@lmolkova lmolkova left a comment

Choose a reason for hiding this comment

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

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Label to skip the changelog check
Projects
Development

Successfully merging this pull request may close these issues.

2 participants