You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up rubocop/rubocop#11561.
```console
$ bundle exec rake
(snip)
Offenses:
lib/rubocop/cop/rails/time_zone.rb:58:33: W: [Correctable] Lint/MixedCaseRange: Ranges from upper to lower case
ASCII letters may include unintended characters. Instead of A-z (which also includes several symbols)
specify each range individually: A-Za-z and individually specify any symbols.
TIMEZONE_SPECIFIER = /([A-z]|[+-]\d{2}:?\d{2})\z/.freeze
^^^
281 files inspected, 1 offense detected, 1 offense autocorrectable
```
0 commit comments