Sha256: 57fd8720abd9428e80842101e75afd353ed9879928d7d4d8533374b5fd841a71

Contents?: true

Size: 1.52 KB

Versions: 9

Compression:

Stored size: 1.52 KB

Contents

# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-02-08 23:29:14 -0500 using RuboCop version 0.28.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
# Configuration parameters: AlignWith, SupportedStyles.
Lint/EndAlignment:
  Enabled: false

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

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

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

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

# Offense count: 8
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 27

# Offense count: 16
# Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
Style/CaseIndentation:
  Enabled: false

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

# Offense count: 1
Style/DoubleNegation:
  Enabled: false

# Offense count: 2
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
  Enabled: false

# Offense count: 3
# Configuration parameters: MaxSlashes.
Style/RegexpLiteral:
  Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
Style/TrivialAccessors:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gris-0.1.2 .rubocop_todo.yml
gris-0.1.1 .rubocop_todo.yml
gris-0.1.0 .rubocop_todo.yml
gris-0.0.9 .rubocop_todo.yml
gris-0.0.8 .rubocop_todo.yml
gris-0.0.7 .rubocop_todo.yml
gris-0.0.6 .rubocop_todo.yml
gris-0.0.5 .rubocop_todo.yml
gris-0.0.4 .rubocop_todo.yml