Bug fixes
- #13853: Fix exclusion of relative paths in plugin's
AllCops: Exclude
as expected. (@koic) - #13844: Fix an error for
Style/RedundantFormat
when a template argument is used without keyword arguments. (@koic) - #13857: Fix an error for
Style/RedundantFormat
when numeric placeholders is used in the template argument. (@koic) - #13861: Fix
ArgumentError
related to two deprecatedAllowedPattern
APIs. (@koic) - #13849: Fix an error for
Lint/UselessConstantScoping
when multiple assigning to constants afterprivate
access modifier. (@koic) - #13856: Fix false positives for
Lint/UselessConstantScoping
when a constant is used afterprivate
access modifier with arguments. (@koic)