Replies: 1 comment 3 replies
-
I would love to start adding linters (or similar) to the project. For Ruby, Rubocop still seems to be standard. We could consider also adding rails_best_practices. I am not as familiar with what are the most common tools for other languages, but StandardJS looks great for JS. I am less concerned about linting for ERB or CSS (but not opposed to it), so I would prioritize those lower. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been putting off the linter question for a while; but I think it'll probably help if we had linters for:
with a default configuration that is, ideally, as close to the "community standard" as possible.
Does anyone have recommendations?
Beta Was this translation helpful? Give feedback.
All reactions