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

CI: add codespell #303

Merged
merged 1 commit into from
Feb 13, 2022
Merged

CI: add codespell #303

merged 1 commit into from
Feb 13, 2022

Conversation

kolyshkin
Copy link
Contributor

@kolyshkin kolyshkin commented Feb 1, 2022

Currently a draft based on #301. Will rebase once it is merged.

Adds codespell job, fixes found typos.

@kolyshkin
Copy link
Contributor Author

OK, the job name (Go / codespell) does not make sense. Will fix in #301.

The following warnings were fixed:

./variant.go:52: unambigously ==> unambiguously
./conn.go:172: useable ==> usable
./dbus_test.go:32: parm ==> param, pram, parma
./dbus_test.go:42: parm ==> param, pram, parma
./dbus_test.go:42: parm ==> param, pram, parma
./dbus_test.go:44: parm ==> param, pram, parma
./encoder_test.go:268: occured ==> occurred
./encoder_test.go:315: occured ==> occurred
./object_test.go:111: Catched ==> Caught
./sequential_handler_test.go:235: occured ==> occurred
./server_interfaces.go:66: incase ==> in case
./introspect/introspect.go:53: retured ==> returned

Signed-off-by: Kir Kolyshkin <[email protected]>
@kolyshkin kolyshkin marked this pull request as ready for review February 7, 2022 20:27
Copy link
Member

@guelfey guelfey left a comment

Choose a reason for hiding this comment

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

Thanks

@guelfey guelfey merged commit 3500ad4 into godbus:master Feb 13, 2022
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