Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If RuboCop finds style violations, you can ask it to try automatically fixing them.

Note

We recommend committing all work prior to running this command as sometimes RuboCop will create breaking changes.

Auto-fix all files:

Code Block
rubocop -a

...