AllCops: Exclude: - db/schema.rb - db/seeds.rb - bin/**/* Style/ClassAndModuleChildren: Exclude: - test/test_helper.rb Style/Documentation: Enabled: false Style/EmptyLines: Exclude: - config/initializers/sorcery.rb Style/IndentationConsistency: EnforcedStyle: rails Style/MethodDefParentheses: Enabled: false Style/SingleSpaceBeforeFirstArg: Exclude: - config/routes.rb Style/StringLiterals: Enabled: false Metrics/AbcSize: Exclude: - db/migrate/**/* Metrics/LineLength: Max: 95 Exclude: - Rakefile - config/**/* - lib/tasks/**/* - test/test_helper.rb Metrics/MethodLength: Exclude: - db/migrate/*