Simplify config

This commit is contained in:
Douglas Eichelberger 2023-04-20 09:39:16 -07:00
parent 89eb891891
commit bf8ac8a7b8

View File

@ -374,9 +374,6 @@ Style/HashAsLastArrayItem:
- "**/Formula/**/*.rb"
Style/InvertibleUnlessCondition:
inherit_mode:
override:
- InverseMethods
Enabled: true
InverseMethods:
# Favor `if a != b` over `unless a == b`