Skip to content

Instantly share code, notes, and snippets.

@brunopagno
Last active June 6, 2024 16:35
Show Gist options
  • Save brunopagno/92b0e1b46435b97152f62c18d17dfbc0 to your computer and use it in GitHub Desktop.
Save brunopagno/92b0e1b46435b97152f62c18d17dfbc0 to your computer and use it in GitHub Desktop.
inherit_gem:
rubocop-rails-omakase: rubocop.yml
require:
- rubocop-rspec
AllCops:
NewCops: enable
Exclude:
- db/schema.rb
- bin/**/*
Layout/IndentationConsistency:
Enabled: true
Layout/IndentationWidth:
Enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment