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

chore: disable clippy checks on fsevents #5890

Closed
wants to merge 3 commits into from

Conversation

chris-olszewski
Copy link
Member

@chris-olszewski chris-olszewski commented Sep 6, 2023

Description

Since we just vendor the fsevent module, I want to disable clippy from running on it. We could also fix up all of the lints, but that is slightly more invasive.

I have my rust-analyzer check command set to cargo clippy so I get all clippy warnings and for whatever reason, one of the clippy warnings in fsevent prevented compiler errors from showing up in my editor.

Testing Instructions

cargo clippy on turborepo-lib now doesn't hard fail.

Closes TURBO-1305

@vercel
Copy link

vercel bot commented Sep 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-designsystem-docs 🔄 Building (Inspect) Visit Preview 💬 Add feedback Sep 6, 2023 4:13pm
examples-svelte-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Sep 6, 2023 4:13pm
examples-tailwind-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Sep 6, 2023 4:13pm
8 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2023 4:13pm
examples-cra-web ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2023 4:13pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2023 4:13pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2023 4:13pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2023 4:13pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2023 4:13pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2023 4:13pm
turbo-site ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2023 4:13pm

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

@chris-olszewski chris-olszewski marked this pull request as ready for review September 6, 2023 15:35
@chris-olszewski chris-olszewski requested a review from a team as a code owner September 6, 2023 15:35
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

🟢 CI successful 🟢

Thanks

@chris-olszewski
Copy link
Member Author

chris-olszewski commented Sep 6, 2023

Closing now that #5891 has merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant