Sha256: b19771fb59188a77905e7754a3034d061d856639712593f0550cdf1ec7883185

Contents?: true

Size: 1009 Bytes

Versions: 3

Compression:

Stored size: 1009 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-09-30 09:45:27 UTC using RuboCop version 1.36.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: 4
Security/MarshalLoad:
  Exclude:
    - 'spec/afterbanks/resources/account_spec.rb'
    - 'spec/afterbanks/resources/bank_spec.rb'
    - 'spec/afterbanks/resources/transaction_spec.rb'
    - 'spec/afterbanks/resources/user_spec.rb'

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

# Offense count: 2
Lint/MissingSuper:
  Exclude:
    - 'lib/afterbanks/collection.rb'
    - 'lib/afterbanks/error.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
afterbanks-api-ruby-0.4.2 .rubocop_exclusions.yml
afterbanks-api-ruby-0.4.1 .rubocop_exclusions.yml
afterbanks-api-ruby-0.4.0 .rubocop_exclusions.yml