Sha256: f703014a19ba924359b3b3c23b39d9a445490b278cefee84f52e7307f63137fe

Contents?: true

Size: 1.79 KB

Versions: 4

Compression:

Stored size: 1.79 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-01-20 15:14:18 +0100 using RuboCop version 0.36.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: 6
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
  Exclude:
    - 'lib/html_gen/parser.rb'

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: AlignWith, SupportedStyles, AutoCorrect.
# SupportedStyles: keyword, variable, start_of_line
Lint/EndAlignment:
  Enabled: false

# Offense count: 1
Lint/UselessAssignment:
  Exclude:
    - 'lib/html_gen/element.rb'

# Offense count: 3
Metrics/AbcSize:
  Max: 82

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

# Offense count: 3
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
  Max: 189

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 72

# Offense count: 5
Metrics/PerceivedComplexity:
  Max: 41

# Offense count: 6
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Exclude:
    - 'lib/html_gen/element.rb'
    - 'lib/html_gen/parser.rb'

# Offense count: 5
Style/IdenticalConditionalBranches:
  Exclude:
    - 'lib/html_gen/element.rb'
    - 'lib/html_gen/parser.rb'

# Offense count: 1
Style/IfInsideElse:
  Exclude:
    - 'lib/html_gen/parser.rb'

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral:
  Exclude:
    - 'lib/html_gen/parser.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
html_gen-0.0.12 .rubocop_todo.yml
html_gen-0.0.11 .rubocop_todo.yml
html_gen-0.0.10 .rubocop_todo.yml
html_gen-0.0.8 .rubocop_todo.yml