Sha256: 8487f1f01f0abb8b0133688970efd6a13aa9b902a8df5d01402e2bf42d5517bf

Contents?: true

Size: 1.54 KB

Versions: 2

Compression:

Stored size: 1.54 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-12-06 11:51:19 +0100 using RuboCop version 0.61.1.
# 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: 12
# Configuration parameters: CountComments, Max, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Exclude:
    - 'spec/integrations_spec.rb'
    - 'spec/jekyll_redirect_from/generator_spec.rb'
    - 'spec/jekyll_redirect_from/redirect_page_spec.rb'
    - 'spec/jekyll_redirect_from/redirectable_spec.rb'
    - 'spec/spec_helper.rb'

# Offense count: 3
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Exclude:
    - 'spec/jekyll_redirect_from/generator_spec.rb'
    - 'spec/jekyll_redirect_from/redirect_page_spec.rb'

# Offense count: 1
# Configuration parameters: EnforcedStyleForLeadingUnderscores.
# SupportedStylesForLeadingUnderscores: disallowed, required, optional
Naming/MemoizedInstanceVariableName:
  Exclude:
    - 'lib/jekyll-redirect-from/page_without_a_file.rb'

# Offense count: 2
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: io, id, to, by, on, in, at, ip, db
Naming/UncommunicativeMethodParamName:
  Exclude:
    - 'lib/jekyll-redirect-from/redirect_page.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-redirect-from-0.16.0 .rubocop_todo.yml
jekyll-redirect-from-0.15.0 .rubocop_todo.yml