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 markdownlint errors #7100

Merged
merged 21 commits into from May 13, 2024
Merged

Fix markdownlint errors #7100

merged 21 commits into from May 13, 2024

Conversation

glen-84
Copy link
Collaborator

@glen-84 glen-84 commented May 12, 2024

Summary of the changes (Less than 80 chars)

  • Fixes MD001, MD026, MD037, MD040, MD041, MD045, and MD053
  • Adds rationale for disabling MD013, MD025, MD028, MD029, and MD036
  • Sets parameters for MD024 and MD033
  • Fixes errors in root-level Markdown files
  • Moves markdownlint configuration file to root of repository
  • Cleans up .markdownlint.yml file
  • Deletes unused .markdownlintrc file
  • Removes markdownlint configuration from VS Code settings.json
  • Adds markdownlint extension to .vscode/extensions.json

Closes #5460

@github-actions github-actions bot added 📚 documentation This issue is about working on our documentation. 🧰 maintenance 🌶️ website labels May 12, 2024
Copy link

codecov bot commented May 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.52%. Comparing base (f7dfae1) to head (692b99d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7100      +/-   ##
==========================================
- Coverage   79.68%   79.52%   -0.17%     
==========================================
  Files        2632     2649      +17     
  Lines      131383   131946     +563     
==========================================
+ Hits       104692   104924     +232     
- Misses      26691    27022     +331     
Flag Coverage Δ
unittests 79.52% <ø> (-0.17%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented May 12, 2024

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@michaelstaib michaelstaib merged commit 47b0c7f into main May 13, 2024
6 checks passed
@michaelstaib michaelstaib deleted the gai/markdownlint branch May 13, 2024 06:59
@PascalSenn PascalSenn mentioned this pull request May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation This issue is about working on our documentation. 🧰 maintenance 🌶️ website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Offer: add automated spell-check & markdown linting to docs via GitHub Actions
2 participants