-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Upgrade to check-spelling 0.0.20alpha7 #19127
Upgrade to check-spelling 0.0.20alpha7 #19127
Conversation
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Config based on: https://github.com/check-spelling/spell-check-this/tree/a5001170a754da309ca324ce7eed8a076af2f4ac * Adding duplicate detection to patterns.txt * Adding line_forbidden.patterns * Adding reject.txt * Updated excludes (and sorted) * Switching to unified workflow * moving `wil` to allow.txt to clarify that it's a term of art (https://github.com/microsoft/wil), whereas often it's a typo for `will`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The forbidden items flagged here shouldn't appear once the PR merges, as they aren't present here:
https://github.com/jsoref/PowerToys/runs/7140523891?check_suite_focus=true
I'm not quite certain why the 0.0.20alpha3 version is complaining about the patterns.
* When you add new strings make sure you have add add all translations for it. | ||
* When you add new strings make sure you have added all translations for it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is notable in that it isn't the obvious change
/// The time stamp stamp for this message, equivalent to what GetMessageTime would return for this message. | ||
/// The time stamp for this message, equivalent to what GetMessageTime would return for this message. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm on the fence on what change to make here, e.g. using timestamp
.
public void DedupFunctionWhenCalledMustNotRemovelnkWhichdoesNotHaveExe() | ||
public void DedupFunctionWhenCalledMustNotRemovelnkWhichDoesNotHaveExe() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure this is an auto thing, and there didn't seem to be any reason not to do:
-Whichdoes
+WhichDoes
public string GithubRepo { | ||
public string GitHubRepo { | ||
get { | ||
return ((string)(this["GithubRepo"])); | ||
return ((string)(this["GitHubRepo"])); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit is probably the most notable.
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes look great to me. Thanks a lot for the contribution!
Summary of the Pull Request
line_forbidden.patterns
) -- you can see a number of examples in this PRpre-existing
,MicroSoft
, andGithub
) -- this complained aboutGithub
-- if this is a problem, that item can be removed fromline_forbidden.patterns
reject.txt
) -- this caughtwether
which is an archaic word that was originally reported by the terminal folkswil
toallow.txt
(which is a way to add items to the dictionary -- the opposite ofreject.txt
)PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed