question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix spelling errors in code

See original GitHub issue

Follow this process to eliminate spelling errors: https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/406/Spell-Checking

See ignorePaths in cspell.json (when checked in https://github.com/Azure/azure-sdk-for-net/pull/17762) to find files which contain spelling errors. Files that are in ignorePaths will not be checked for spelling errors until they are removed from ignorePaths.

Spelling errors may be as innocuous as misspelled words in comments, false positives (words that are correctly spelled but not recognized by the spell checker), or more severe resulting in interface changes (e.g. changing the name of a class or method name). Spelling errors should be examined and fixed by an appropriate SME.

This work item might be larger than a single issue. It might make sense to convert this to an epic and create issues for different areas of ownership (like per-service or per-package).

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
msftbot[bot]commented, Mar 12, 2021

Hi @danieljurek. There hasn’t been recent engagement on this pull request. If this is still an active work stream, please let us know by removing the no-recent-activity label. Otherwise, we’ll close this out in 7 days.

0reactions
danieljurekcommented, Aug 6, 2021

Updated table with current status from https://github.com/Azure/azure-sdk-for-net/pull/23150

Read more comments on GitHub >

github_iconTop Results From Across the Web

Should I point out spelling/grammar related mistakes in ...
Trying to remember the name and grammar mistakes is another thing entirely. Don't point them out as defects in a formal code review....
Read more >
Should You Hold Spelling Errors Against Developers?
Regardless of how you feel about how serious a spelling error is, your first reaction should be to fix it. You're in the...
Read more >
Code Spell Checker
A basic spell checker that works well with code and documents. The goal of this spell checker is to help catch common spelling...
Read more >
When code reviewing, should you point out grammatical ...
Highly recommended. And usually we correct spelling mistakes in code reviews even if it is the only remark in the review.
Read more >
Check that spelling, please! (code review chronicles)
Finding spelling mistakes in code can be funny or annoying, pointing them out in code review might be nitpicking. Is it necessary?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found