diff --git a/.rubocop.yml b/.rubocop.yml index f38fed6..550a287 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -48,3 +48,6 @@ Layout/DotPosition: # this is quite aggressive. Gemspec/RequiredRubyVersion: Enabled: false + +Rails/Blank: + Enabled: false