[new-rule] Added new invalid-void rule#4736
[new-rule] Added new invalid-void rule#4736JoshuaKGoldberg merged 15 commits intopalantir:masterfrom timocov:no-invalid-void-rule
Conversation
JoshuaKGoldberg
left a comment
There was a problem hiding this comment.
Implementation generally looks good: some comments around semantics please!
JoshuaKGoldberg
left a comment
There was a problem hiding this comment.
Looking good so far - mostly just interested in expanding the test coverage, since there are a lot of potential edge cases.
|
@JoshuaKGoldberg can you please take a look? Do I need to do fix something else? |
|
Planning on looking at pending PRs this week! |
JoshuaKGoldberg
left a comment
There was a problem hiding this comment.
Almost there 🙏 I promise!
…actWalker to undefined from {}
|
There is CI error, but it looks like the master is failed too. |
JoshuaKGoldberg
left a comment
There was a problem hiding this comment.
Looks great to me. Thanks so much for sticking through the PR reviews @timocov! 🚀
|
🕺 thank you @JoshuaKGoldberg |
|
@timocov, is it expected that this complains about types like |
|
Hey @buu700, I don't think that it was intended and I don't think that |
|
Whoops, sorry about the duplicate report, but thanks for the link! |
|
Yup, this was an error on my end for not noticing in review. Updated the fix PR. It should be in soon |
PR checklist
Overview of change:
Added new rule
no-invalid-voidwhich fails on every "invalid" usage of thevoidtype.CHANGELOG.md entry:
[new-rule]
no-invalid-void