Skip to content

Instantly share code, notes, and snippets.

@divineforest
Last active August 8, 2023 05:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divineforest/d7fd75e8a96d33c6d829 to your computer and use it in GitHub Desktop.
Save divineforest/d7fd75e8a96d33c6d829 to your computer and use it in GitHub Desktop.
inherit_from: .rubocop_todo.yml
AllCops:
RunRailsCops: true
Exclude:
- bin/*
- config/**/*
- db/**/*
- Gemfile
- Guardfile
- local/**/*
Lint/EndAlignment:
Enabled: false
Style/AlignParameters:
EnforcedStyle: with_fixed_indentation
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
@divineforest
Copy link
Author

rubocop --auto-gen-config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment