Lint/HandleExceptions: Exclude: - 'spec/**/*' Lint/RescueException: Exclude: - 'spec/**/*' Style/AccessorMethodName: Exclude: - 'spec/**/*' Style/ClassAndModuleChildren: Exclude: - 'spec/**/*' Style/Documentation: Exclude: - 'spec/**/*' Style/EmptyLinesAroundBody: Enabled: false Style/EmptyLineBetweenDefs: Exclude: - 'spec/**/*' Style/RaiseArgs: EnforcedStyle: compact Style/SingleLineMethods: Exclude: - 'spec/**/*' Style/SpecialGlobalVars: Exclude: - 'Gemfile' - '*.gemspec' Style/StringLiterals: EnforcedStyle: double_quotes Style/TrivialAccessors: Exclude: - 'spec/**/*'