Skip to content

Instantly share code, notes, and snippets.

@sekmo
Created December 4, 2017 10:37
Show Gist options
  • Save sekmo/9b033d3128afc3fbf1f6da68d6a99fbc to your computer and use it in GitHub Desktop.
Save sekmo/9b033d3128afc3fbf1f6da68d6a99fbc to your computer and use it in GitHub Desktop.
Rubocop config
inherit_from:
- .rubocop_todo.yml
# inherit_gem:
# rubocop-rails:
# - config/rails.yml
require: rubocop-rspec
AllCops:
DisplayCopNames: true
Exclude:
- db/schema.rb
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
Style/StringLiterals:
EnforcedStyle: double_quotes
Exclude:
- Gemfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment