AllCops: Exclude: - app/views/**/* - app/helpers/application_helper.rb - bin/* - config/initializers/* - db/schema.rb - db/migrate/**/*devise*.rb - spec/spec_helper.rb - Guardfile Metrics/LineLength: Description: 'Limit lines to 110 characters.' Max: 110 Style/StringLiterals: Enabled: false Style/Documentation: Enabled: false