Monitoring code quality
I want to keep an eye on best practices when it comes to writing my Ruby. This includes style, security, performance and readability/maintainability. There are a number of tools to assist with this.
Rubocop
The standard style guide for Ruby has been ...
andrewfoster.hashnode.dev3 min read
Paweł Świątkowski
Elixir developer with Ruby past
These days I often choose StandardRB over just Rubocop (StandardRB is built on top of Rubocop) - it is even more opinionated and I need to think even less about what style to go with.