graze / standards

⚖ The coding standards of the graze tech team.
https://graze.github.io/standards/
MIT License
6 stars 2 forks source link

Add ruby language #44

Open h-bragg opened 6 years ago

h-bragg commented 6 years ago

Basically: follow https://github.com/rubocop-hq/ruby-style-guide Could add some stuff for development / gem?

biggianteye commented 6 years ago

I recently ran rubycop over some of the ruby we have, specifically the stuff derived from cucumber-api and there were a number of useful best practise and deprecation recommendations. Given that we have some ruby (albeit a small amount) I think it makes sense to have some standards for it.

Hooking up rubycop to build pipelines would also be useful, but that's tangential to this issue.