You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Teams can run rubocop -a to make ‘safe’ fixes and rubocop -A to make unsafe auto-refactors.
You can also run rubocop --auto-gen-config to configure some finer settings.
You can use/create the :linters group in Gemfile to separate rubocop from the other gems.
The text was updated successfully, but these errors were encountered:
RuboCop is a Ruby code style checker (linter) and formatter.
Teams can run
rubocop -a
to make ‘safe’ fixes andrubocop -A
to make unsafe auto-refactors.You can also run
rubocop --auto-gen-config
to configure some finer settings.You can use/create the :linters group in Gemfile to separate rubocop from the other gems.
The text was updated successfully, but these errors were encountered: