Sha256: 4fa2b6ca19237ee28e7cb2beb51ce4fca06482396a3e0eecb3f01d9ef8087b43

Contents?: true

Size: 1.89 KB

Versions: 5

Compression:

Stored size: 1.89 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-05-26 12:47:01 -0700 using RuboCop version 0.56.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: 5
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
  Max: 116

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

# Offense count: 1
Style/ClassVars:
  Exclude:
    - 'lib/doppelserver/base_server.rb'

# Offense count: 2
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/doppelserver/base_server.rb'
    - 'lib/doppelserver/data.rb'

# Offense count: 3
# Cop supports --auto-correct.
Style/ParallelAssignment:
  Exclude:
    - 'lib/doppelserver/base_server.rb'

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: implicit, explicit
Style/RescueStandardError:
  Exclude:
    - 'lib/doppelserver/base_server.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowIfMethodIsEmpty.
Style/SingleLineMethods:
  Exclude:
    - 'spec/base_server_spec.rb'

# Offense count: 1
RSpec/FilePath:
  Exclude:
    - 'spec/base_server_spec.rb'

# Offense count: 5
RSpec/ExampleLength:
  Exclude:
    - 'spec/base_server_spec.rb'

# Offense count: 5
RSpec/ExpectInHook:
  Exclude:
    - 'spec/base_server_spec.rb'

# Offense count: 7
RSpec/MultipleExpectations:
  Exclude:
    - 'spec/base_server_spec.rb'

# Offense countL 1
RSpec/NestedGroups:
  Exclude:
    - 'spec/base_server_spec.rb'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
doppelserver-0.4.9 .rubocop_todo.yml
doppelserver-0.2.8 .rubocop_todo.yml
doppelserver-0.2.7 .rubocop_todo.yml
doppelserver-0.2.6 .rubocop_todo.yml
doppelserver-0.2.5 .rubocop_todo.yml