Sha256: a7268bb182eacf3468120d406e1f1e87431218dff6fce63e7a6099b116ef57f8

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

AllCops:
  TargetRubyVersion: 2.4
  DefaultFormatter: fuubar
  DisplayCopNames: true
  ExtraDetails: true
  Exclude:
  - spec/**/*.rb
  - vendor/**/*.rb

Metrics/BlockLength:
  Exclude:
  - rakelib/**/*.rb
  - spec/**/*.rb
  - vendor/**/*.rb

Metrics/ModuleLength:
  Exclude:
  - lib/roda/plugins/endpoints.rb

Metrics/ParameterLists:
  Exclude:
  - lib/roda/plugins/endpoints.rb

# It is 2017, UTF time!
Style/AsciiComments:
  Enabled: false

# Offense count: 1
Lint/AmbiguousOperator:
  Exclude:
    - 'lib/roda/endpoints/endpoint/collection.rb'

# Offense count: 1
Lint/ShadowingOuterLocalVariable:
  Exclude:
    - 'lib/roda/endpoints/endpoint/item.rb'

# Offense count: 3
Metrics/AbcSize:
  Max: 21

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

# Offense count: 4
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 18

# Offense count: 1
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/roda/endpoints/endpoint/class_interface.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
roda-endpoints-0.3.6 .rubocop.yml
roda-endpoints-0.3.5 .rubocop.yml
roda-endpoints-0.3.4 .rubocop.yml