rubyforgood / shelter-assist

Software to help foster-based animal rescues keep track of their animals and people.
14 stars 13 forks source link

Adding ruby linting to the CI checks to ensure styling is consistent #113

Open edwinthinks opened 2 years ago

edwinthinks commented 2 years ago

I'am wondering if we want to utilize some linting library like https://github.com/rubocop/rubocop or https://github.com/testdouble/standard?

This can help keep our code consistent.

edwinthinks commented 2 years ago

@freestylebit @chriszimmerman thoughts?

chriszimmerman commented 2 years ago

I'm using rubocop at my current job and I love it. Using an automated linter gets rid of a class of problems so I'm in full support of adding one. I think it would be valuable to have a JS one as well.

freestylebit commented 2 years ago

Yep, let's do this! I used rubocop previously with good results, too!