Sha256: 7cae62479578af4a37ff448754e86784c10d0f7e4c066e365ef4c92e04bf2bb5

Contents?: true

Size: 1.99 KB

Versions: 3

Compression:

Stored size: 1.99 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-08-21 11:50:50 -0400 using RuboCop version 0.33.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: 1
# Cop supports --auto-correct.
# Configuration parameters: AlignWith, SupportedStyles, AutoCorrect.
Lint/EndAlignment:
  Enabled: false

# Offense count: 2
Lint/NestedMethodDefinition:
  Exclude:
    - 'lib/gris/output_formatters/paginated_presenter.rb'

# Offense count: 5
Metrics/AbcSize:
  Max: 38

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 112

# Offense count: 3
Metrics/CyclomaticComplexity:
  Max: 11

# Offense count: 83
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 159

# Offense count: 9
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 32

# Offense count: 16
# Cop supports --auto-correct.
# Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
Style/CaseIndentation:
  Enabled: false

# Offense count: 29
Style/Documentation:
  Enabled: false

# Offense count: 2
Style/DoubleNegation:
  Exclude:
    - 'lib/gris/generators/migration_generator.rb'
    - 'lib/gris/output_formatters/presenter_link_helpers.rb'

# Offense count: 2
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
  Exclude:
    - 'lib/gris/generators/migration_generator.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: MultiSpaceAllowedForOperators.
Style/SpaceAroundOperators:
  Exclude:
    - 'gris.gemspec'

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist.
Style/TrivialAccessors:
  Exclude:
    - 'lib/gris/generators/migration_generator.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gris-0.4.9 .rubocop_todo.yml
gris-0.4.8 .rubocop_todo.yml
gris-0.4.7 .rubocop_todo.yml