From 6e38cf85ba2fe0c82600614083471c8cbb696a31 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Wed, 2 Nov 2022 15:52:10 -0700 Subject: [PATCH] Disable AsciiComments rule --- .rubocop.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index ec2771f52..c98f112b8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -45,9 +45,7 @@ Style/AccessModifierDeclarations: EnforcedStyle: inline Style/AsciiComments: - AllowedChars: - - ’ - - € + Enabled: false Style/FrozenStringLiteralComment: EnforcedStyle: always