2018-09-17 20:40:28 -04:00
|
|
|
inherit_from:
|
|
|
|
- https://raw.githubusercontent.com/thoughtbot/guides/master/style/ruby/.rubocop.yml
|
|
|
|
|
|
|
|
AllCops:
|
|
|
|
Exclude:
|
|
|
|
- "tmp/**/*"
|
2018-09-28 17:32:12 -04:00
|
|
|
- "gemfiles/*"
|
2018-09-17 20:40:28 -04:00
|
|
|
|
2018-09-28 14:08:56 -04:00
|
|
|
Style/EmptyMethod:
|
|
|
|
EnforcedStyle: expanded
|
|
|
|
|
2018-09-17 20:40:28 -04:00
|
|
|
# TODO:
|
|
|
|
# This configuration was generated by
|
|
|
|
# `rubocop --auto-gen-config`
|
|
|
|
# on 2018-09-17 20:19:38 -0400 using RuboCop version 0.54.0.
|
|
|
|
# The point is for the user to remove these configuration records
|
|
|
|
# one by one as the offenses are removed from the code base.
|
|
|
|
# Note that changes in the inspected code, or installation of new
|
|
|
|
# versions of RuboCop, may require this file to be generated again.
|
|
|
|
|
|
|
|
# Offense count: 4
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
# Configuration parameters: EnforcedStyle.
|
|
|
|
# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent
|
|
|
|
Layout/IndentHeredoc:
|
|
|
|
Exclude:
|
|
|
|
- 'features/step_definitions/rails_steps.rb'
|
|
|
|
- 'lib/generators/factory_bot/model/model_generator.rb'
|
|
|
|
|
|
|
|
# Offense count: 11
|
|
|
|
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
|
|
|
# URISchemes: http, https
|
|
|
|
Metrics/LineLength:
|
|
|
|
Max: 133
|