diff --git a/.rubocop.yml b/.rubocop.yml index 9b9eb13..dbd3ff6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -19,10 +19,6 @@ Rails: Style/AndOr: EnforcedStyle: conditionals -Style/ClassAndModuleChildren: - Exclude: - - 'app/**/*' - Style/Documentation: Enabled: false