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 typo in CI #173

Merged
merged 2 commits into from
May 30, 2024
Merged

Fix typo in CI #173

merged 2 commits into from
May 30, 2024

Conversation

AlyoshaVasilieva
Copy link
Contributor

The lint group is clippy::suspicious, not clippy::suspiscious

https://github.com/eyre-rs/eyre/actions/runs/9112483886/job/25051828362#step:5:176

warning[E0602]: unknown lint: `clippy::suspiscious`
Warning:   |
  = help: did you mean: `clippy::suspicious`
  = note: requested on the command line with `-D clippy::suspiscious`
  = note: `#[warn(unknown_lints)]` on by default

@pksunkara
Copy link
Contributor

@AlyoshaVasilieva Would you be able to address the clippy errors?

@AlyoshaVasilieva
Copy link
Contributor Author

I've removed the empty doc comments, which I think will make it pass CI. I've never looked at this crate before (or used it) so that's about all I'm comfortable doing. (GitHub recommended the repo to me and I noticed the typo when I looked at the latest commit.)

@ten3roberts
Copy link
Contributor

suspicious, hierarchy and parallel are words I never seem to be able to spell correctly 😅

Thanks for the help

@ten3roberts ten3roberts merged commit 907daa2 into eyre-rs:master May 30, 2024
29 checks passed
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.

None yet

3 participants