diff --git a/.rubocop.yml b/.rubocop.yml index b141788d..54608b3b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,4 +1,5 @@ require: + - rubocop-disable_syntax - rubocop-performance - rubocop-rails @@ -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