-
Notifications
You must be signed in to change notification settings - Fork 35
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
implement a simple startSketchOn / offsetPlane lint rule #4384
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4384 +/- ##
==========================================
- Coverage 86.09% 86.09% -0.01%
==========================================
Files 78 79 +1
Lines 27755 27885 +130
==========================================
+ Hits 23897 24007 +110
- Misses 3858 3878 +20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ok this is ready for review now |
This won't do anything smart, but it will catch "obvious" uses of
startSketchOn
where anoffsetPlane
should be used instead.