Replies: 1 comment
-
|
Personally, I love the no configuration approach to Standard. It matches our ethos (we shouldn't be bike shedding this stuff - one set of rules, they're all followed). I want to make a distinction that I love Standard to define overall code style. But that doesn't mean we should not be able to lint other things that we believe will help us avoid bad practices. My vote is for Standard as a base. Then we layer on additional rules that we are "moving left" to allow us and AI agents to enforce via linting, as opposed to unreliable lines in a CLAUDE.md. Standard can be set up to support this in a couple of ways
I suspect running Standard's rules via RuboCop might be better for us as I'm assuming it will be easier to take advantage of the full RuboCop ecosystem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A follow up to #1307
We don't want to bikeshed on this stuff. Let the linter do it for us! Options:
I think this is relevant to bring up again as we're looking at enforcing certain rules via linting as opposed to AI rules
Beta Was this translation helpful? Give feedback.
All reactions