Using RuboCop for quick automated code reviews with Docker
With RuboCop, you can carry out a static analysis of Ruby code and automatically check several contents before assigning your code review. You can install RuboCop via RubyGems, so it’s quite…
Continue Reading
Using RuboCop for quick automated code reviews with Docker