Sha256: 8676b6b75d85532f468fd1ab81ed142d5ecbd1f0d04eff387006c7c10f8ab1c3
Contents?: true
Size: 1.3 KB
Versions: 3
Compression:
Stored size: 1.3 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-08-27 14:26:22 +0200 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: 2 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Exclude: - 'lib/html_gen/parser.rb' # Offense count: 1 Lint/UselessAssignment: Exclude: - 'lib/html_gen/element.rb' # Offense count: 3 Metrics/AbcSize: Max: 88 # Offense count: 3 Metrics/CyclomaticComplexity: Max: 38 # Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 77 # Offense count: 5 Metrics/PerceivedComplexity: Max: 45 # 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
html_gen-0.0.16 | .rubocop_todo.yml |
html_gen-0.0.15 | .rubocop_todo.yml |
html_gen-0.0.13 | .rubocop_todo.yml |