diff --git a/.rubocop.base.yml b/.rubocop.base.yml index 00eab0a..19e5ca1 100644 --- a/.rubocop.base.yml +++ b/.rubocop.base.yml @@ -133,6 +133,10 @@ Style/FileRead: Style/FileWrite: Enabled: true +# TODO - remove this when this has been released on rubocop +Style/GuardClause: + Enabled: false + Style/HashConversion: Enabled: true