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

codespell: Add spelling check and fix all issues #597

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

mjtrangoni
Copy link
Contributor

Hi,

this is a trivial PR, adding the codespell tool to the CI, and fixing some non-code misspelling cases.

The CI file is called linters.yml, so that this can be extended in a future with other linter tools.

Best regards,

Mario

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
@mjtrangoni mjtrangoni requested a review from a team as a code owner December 18, 2023 15:05
@ekoby
Copy link
Member

ekoby commented Dec 18, 2023

Thank you for your contribution!
You can add yourself to CONTRIBUTORS file in this PR if you wish

@@ -18,7 +18,7 @@ spawn $ziti edge quickstart --home $env(QUICKSTART_HOME)
set qs_id @spawn_id
# wait until ER is connected
expect {
"finished sychronizing api sessions" { }
Copy link
Member

@ekoby ekoby Dec 18, 2023

Choose a reason for hiding this comment

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

this typo is needed as it is the output from another project.
with the fix expect won't find the right output

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ekoby thank you. I´ve created a PR there, see openziti/ziti#1652

@@ -12,12 +12,12 @@ spawn $ziti edge quickstart --already-initialized --home $env(QUICKSTART_HOME)
set qs_id $spawn_id

expect {
"finished sychronizing api sessions" { }
Copy link
Member

Choose a reason for hiding this comment

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

same as above

Copy link
Member

@ekoby ekoby left a comment

Choose a reason for hiding this comment

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

see comments about expected output

mjtrangoni and others added 2 commits December 18, 2023 19:21
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
@ekoby ekoby changed the base branch from main to update-ziti-cli-0.32.1 February 5, 2024 15:24
@ekoby ekoby changed the base branch from update-ziti-cli-0.32.1 to main February 5, 2024 16:03
@ekoby ekoby self-requested a review February 5, 2024 16:03
@ekoby ekoby merged commit e61367b into openziti:main Feb 5, 2024
@mjtrangoni mjtrangoni deleted the add-codespell branch February 5, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants