ci: enable workspace lint rules#963
Conversation
|
I'll tack on a commit to fix up the lints if cool with this approach. |
|
Should we bump the rbmt-version commit? |
|
Yea, let me see how easy it is to update to v0.3.0 |
|
concept ACK. Interesting to just turn on The lint is particularly useful here because we have a lot of generics, and |
| [lints] | ||
| workspace = true |
There was a problem hiding this comment.
Gee wiz, so this is the only thing I was missing. Face palm.
|
How about I grab this patch then the ones from #944 sans the re-name and we push that up first? (And I'll include the 'stop using ::*` thing as suggested on that PR.) |
First patch defines the workspace lint rules and enables them in the root package. While I believe the rules could just be defined in the root package directly, might be nice to share them with the fuzz package (and any future packages)?
Closes #959