mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Merge pull request #1118 from stripe/anniel-rubocop-allowed-chars
Update AllowedChars in rubocop config
This commit is contained in:
commit
c5af3ad4f2
@ -44,6 +44,11 @@ Metrics/ModuleLength:
|
||||
Style/AccessModifierDeclarations:
|
||||
EnforcedStyle: inline
|
||||
|
||||
Style/AsciiComments:
|
||||
AllowedChars:
|
||||
- ’
|
||||
- €
|
||||
|
||||
Style/FrozenStringLiteralComment:
|
||||
EnforcedStyle: always
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user