Update AllowedChars in rubocop config

This commit is contained in:
Annie Li 2022-08-18 15:46:13 -07:00
parent 6081371b89
commit 77cc0b1554

View File

@ -56,6 +56,11 @@ Metrics/ModuleLength:
Style/AccessModifierDeclarations:
EnforcedStyle: inline
Style/AsciiComments:
AllowedChars:
-
-
Style/FrozenStringLiteralComment:
EnforcedStyle: always