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

Improve spell-checking #7126

Merged
merged 3 commits into from
May 27, 2024
Merged

Improve spell-checking #7126

merged 3 commits into from
May 27, 2024

Conversation

glen-84
Copy link
Collaborator

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

Summary of the changes (Less than 80 chars)

  • Renamed cSpell.json to cspell.json.
  • Moved words to a separate dictionary.txt file that can be referenced by Rider.
  • Removed most elements of the ignoreRegExpList array, which exposed a fair number of spelling errors.
  • Fixed those spelling errors.
  • Added streetsidesoftware.code-spell-checker to .vscode/extensions.json.

⚠️ Please merge #7124 first.

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

codecov bot commented May 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.44%. Comparing base (107da25) to head (3e6c0ea).

Current head 3e6c0ea differs from pull request most recent head d2f1d01

Please upload reports for the commit d2f1d01 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7126      +/-   ##
==========================================
+ Coverage   75.03%   76.44%   +1.40%     
==========================================
  Files        2622     2622              
  Lines      131729   130981     -748     
==========================================
+ Hits        98846   100122    +1276     
+ Misses      32883    30859    -2024     
Flag Coverage Δ
unittests 76.44% <ø> (+1.40%) ⬆️

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 26, 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 [email protected]

@michaelstaib michaelstaib merged commit 16a9e15 into main May 27, 2024
8 of 9 checks passed
@michaelstaib michaelstaib deleted the gai/spelling branch May 27, 2024 14:45
@PascalSenn PascalSenn mentioned this pull request Jun 8, 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.

2 participants