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 spelling #1330

Merged
merged 48 commits into from
May 22, 2023
Merged

fix spelling #1330

merged 48 commits into from
May 22, 2023

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented May 17, 2023

This PR corrects misspellings identified by the check-spelling action.

Test

The misspellings have been reported at https://github.com/jsoref/updatecli/actions/runs/5002389671#summary-13547422360

The action reports that the changes in this PR would make it relatively happy: https://github.com/jsoref/updatecli/actions/runs/5002389949#summary-13547422914

Additional Information

Tradeoff

  • If there are library consumers and the changes break apis (I tried to avoid this), there could be some pain.
  • A nontrivial number of files have been changed. From my perspective, this is a relatively small set of changes, and it's possible to split them and review them by kind, directory, or incrementally

Potential improvement

jsoref added 30 commits May 17, 2023 06:09
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
README.adoc Show resolved Hide resolved
e2e/updatecli.d/success.d/command.yaml Show resolved Hide resolved
e2e/updatecli.d/success.d/gitBranch.yaml Show resolved Hide resolved
e2e/updatecli.d/success.d/gitlab/branch.yaml Show resolved Hide resolved
pkg/core/config/main_test.go Show resolved Hide resolved
pkg/plugins/resources/gitlab/release/main.go Outdated Show resolved Hide resolved
pkg/plugins/resources/gitlab/tag/main.go Show resolved Hide resolved
pkg/plugins/resources/stash/release/main.go Outdated Show resolved Hide resolved
pkg/plugins/scms/github/main.go Show resolved Hide resolved
pkg/plugins/scms/gitlab/main.go Show resolved Hide resolved
@olblak
Copy link
Member

olblak commented May 18, 2023

Thank you very much for finding and fixing typos, especially considering www.updatecli.io is heavily generated from code comments.

I recently integrated https://github.com/crate-ci/typos but it appears you found many others

pkg/core/config/main.go Outdated Show resolved Hide resolved
olblak
olblak previously approved these changes May 20, 2023
Co-authored-by: Olivier Vernin <olivier@vernin.me>
Copy link
Contributor

@dduportal dduportal left a comment

Choose a reason for hiding this comment

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

That is really an helpful contribution, many thanks!

I've 3 suggestions (if I'm not mistaken)

pkg/plugins/resources/dockerimage/spec.go Outdated Show resolved Hide resolved
pkg/plugins/resources/gitlab/release/main.go Outdated Show resolved Hide resolved
pkg/plugins/resources/stash/release/main.go Outdated Show resolved Hide resolved
@olblak olblak added the cleanup label May 22, 2023
@olblak olblak changed the title Spelling fix spelling May 22, 2023
@olblak olblak merged commit 4989884 into updatecli:main May 22, 2023
5 checks passed
@olblak
Copy link
Member

olblak commented May 22, 2023

Thanks @jsoref for the pullrequest, that would be awesome if you could also contribute the github workflow that led to this PR

@jsoref jsoref deleted the spelling branch May 22, 2023 11:14
@jsoref jsoref mentioned this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants