Sha256: d135458fa63cc949c0818f91a6cebe54bccc19957293f91793bdfd99375de3b5

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-01-03 13:58:24 +0100 using RuboCop version 0.62.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: Max.
Metrics/AbcSize:
  Exclude:
    - 'lib/jekyll-commonmark.rb'

# Offense count: 1
# Configuration parameters: CountComments, Max, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Exclude:
    - 'spec/jekyll_commonmark_spec.rb'

# Offense count: 1
# Configuration parameters: Max.
Metrics/CyclomaticComplexity:
  Exclude:
    - 'lib/jekyll-commonmark.rb'

# Offense count: 1
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Exclude:
    - 'lib/jekyll-commonmark.rb'

# Offense count: 1
# Configuration parameters: CountComments, Max, ExcludedMethods.
Metrics/MethodLength:
  Exclude:
    - 'lib/jekyll-commonmark.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-commonmark-1.3.1 .rubocop_todo.yml
jekyll-commonmark-1.3.0 .rubocop_todo.yml