Deactivate cop Naming/PredicateName

It picked up matcher helpers in specs like `have_in_cart` which is a
useful name here.
This commit is contained in:
Maikel Linke
2021-03-25 18:10:01 +11:00
parent ffb4ba5ef5
commit 49eaee05a2

View File

@@ -219,3 +219,6 @@ Metrics/ParameterLists:
Metrics/PerceivedComplexity:
Max: 7
Naming/PredicateName:
Enabled: false