rubocop

Ruby static code analyzer
  https://github.com/rubocop-hq/rubocop
  0
  no reviews



Rubocop is a static code analyzer for Ruby, out of the box it will enforce many of the guidelines outlined in the community Ruby Style Guide.

Most aspects of its behavior can be tweaked via various configuration options.

Apart from reporting problems in your code, RuboCop can also automatically fix some of the problems for you.