diff --git a/.rubocop.yml b/.rubocop.yml index 72f2e7b..8696079 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -57,6 +57,8 @@ Style/EmptyMethod: Lint/UselessAssignment: Exclude: - "**/spec/**/*" +Require/MissingRequireStatement: + Enabled: false Layout/FirstHashElementIndentation: Enabled: false Layout/HashAlignment: