Sha256: e8203f8a3aa7e776e4420aa09a7d693fe7fe6e520ff14cfb0747641c42029cc0

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

AllCops:
    NewCops: enable

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-05-03 14:08:48 UTC using RuboCop version 1.63.4.
# 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: 2
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
# AllowedMethods: refine
Metrics/BlockLength:
  Max: 32

Gemspec/DevelopmentDependencies:
  Enabled: false

# Offense count: 3
# Configuration parameters: AllowedConstants.
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/rack-rest-rspec/lib/rest_service.rb'
    - 'lib/rack-rest-rspec/version.rb'
    - 'samples/app.rb'

# Offense count: 23
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
  Exclude:
    - 'lib/rack-rest-rspec/helpers/memorizer.rb'
    - 'samples/spec/api_spec.rb'
    - 'spec/api_spec.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 122

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-rest-rspec-1.0.0 .rubocop.yml