diff --git a/.rubocop.yml b/.rubocop.yml index ec2771f5..c98f112b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -45,9 +45,7 @@ Style/AccessModifierDeclarations: EnforcedStyle: inline Style/AsciiComments: - AllowedChars: - - ’ - - € + Enabled: false Style/FrozenStringLiteralComment: EnforcedStyle: always