Skip to content

Instantly share code, notes, and snippets.

@samjewell
Last active April 27, 2018 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samjewell/d4fd9bf9d1fbeb283ea91584b31d57f1 to your computer and use it in GitHub Desktop.
Save samjewell/d4fd9bf9d1fbeb283ea91584b31d57f1 to your computer and use it in GitHub Desktop.
Upgrading Rails to v5.0 using Rubocop
AllCops:
TargetRailsVersion: 5.0
# TODO: Remove these rules
Rails/ApplicationRecord:
Enabled: false
Rails/ApplicationJob:
Enabled: false
Rails/HttpPositionalArguments:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment