Last active
August 8, 2023 05:52
-
-
Save divineforest/d7fd75e8a96d33c6d829 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rubocop --auto-gen-config