fix: correct RuboCop rule names in config

- Fix RSpec/RedundantTypeSpec -> RSpec/DescribeClass
- Fix Performance/MapPluck -> Performance/MapCompact
This commit is contained in:
Sojan Jose
2025-08-14 13:56:58 +02:00
parent fa58046c68
commit 87d703ad3a
+2 -2
View File
@@ -367,8 +367,8 @@ Performance/Count:
RSpec/PredicateMatcher:
Enabled: false
RSpec/RedundantTypeSpec:
RSpec/DescribeClass:
Enabled: false
Performance/MapPluck:
Performance/MapCompact:
Enabled: false