Disable Performance/ConstantRegexp cop for now.

This commit is contained in:
Markus Reiter 2020-11-17 11:15:02 +01:00
parent 0184e271d8
commit e8c0de0db4

View File

@ -163,6 +163,10 @@ Performance/CaseWhenSplat:
Performance/Caller:
Enabled: false
# Enable when https://github.com/Homebrew/homebrew-core/pull/64983 is merged.
Performance/ConstantRegexp:
Enabled: false
# Makes code less readable for minor performance increases.
Performance/MethodObjectAsBlock:
Enabled: false