Sha256: c041c506c5d260d3f84ebe4b39edae4df141d767551bb3c44eaa3069edb5be40

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-12-03 18:55:17 -0500 using RuboCop version 0.60.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: 7
Metrics/AbcSize:
  Max: 26

# Offense count: 11
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 25

# Offense count: 1
Naming/AccessorMethodName:
  Exclude:
    - 'lib/mako/core.rb'

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

# Offense count: 1
# Cop supports --auto-correct.
Style/RedundantBegin:
  Exclude:
    - 'lib/mako/article.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowAsExpressionSeparator.
Style/Semicolon:
  Exclude:
    - 'lib/mako/article.rb'

# Offense count: 58
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 581

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mako_rss-0.2.5 .rubocop_todo.yml