Sha256: 22357a302c67f9852e1f443d35100c9bc868736a5d8284fa0a7ea421414ff1eb

Contents?: true

Size: 1.21 KB

Versions: 4

Compression:

Stored size: 1.21 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-02-16 22:08:54 -0700 using RuboCop version 0.52.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: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
Lint/UnusedMethodArgument:
  Exclude:
    - 'lib/saml/kit/invalid_document.rb'

# Offense count: 2
Metrics/AbcSize:
  Max: 16

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 136

# Offense count: 6
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 13

# Offense count: 1
Style/DateTime:
  Exclude:
    - 'lib/saml/kit/assertion.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/IfUnlessModifier:
  Exclude:
    - 'lib/saml/kit/builders/authentication_request.rb'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
saml-kit-1.0.10 .rubocop_todo.yml
saml-kit-1.0.9 .rubocop_todo.yml
saml-kit-1.0.8 .rubocop_todo.yml
saml-kit-1.0.7 .rubocop_todo.yml