diff --git a/.rubocop.yml b/.rubocop.yml index 2c4970fd..ec2771f5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -44,6 +44,11 @@ Metrics/ModuleLength: Style/AccessModifierDeclarations: EnforcedStyle: inline +Style/AsciiComments: + AllowedChars: + - ’ + - € + Style/FrozenStringLiteralComment: EnforcedStyle: always