Skip to content

Commit

Permalink
Update rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Sep 28, 2023
1 parent 45c07f6 commit e731efc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require:
- rubocop-disable_syntax
- rubocop-performance
- rubocop-rails

Expand All @@ -9,6 +10,16 @@ AllCops:
- "db/schema.rb"
- "vendor/**/*"

Style/DisableSyntax:
DisableSyntax:
- unless
- ternary
- endless_methods
- numbered_parameters
- shorthand_hash_syntax
- and_or_not
- percent_literals

Style/StringLiterals:
EnforcedStyle: double_quotes

Expand Down

0 comments on commit e731efc

Please sign in to comment.