Sha256: 1f2a1e5ebac5c0926730cd3a0a9231c3dedfa10e95cefa679e7c26696d7e1b82

Contents?: true

Size: 322 Bytes

Versions: 8

Compression:

Stored size: 322 Bytes

Contents

inherit_from: easycop.yml

AllCops:
  SuggestExtensions: false
# We are ignoring RSpec/FilePath because Simplecov doesn't play nice with nested spec files
RSpec/FilePath:
  Enabled: false
# TODO: Remove this once we start using keyword arguments
Style/OptionalBooleanParameter:
  Exclude:
    - 'lib/easypost/shipment.rb'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
easypost-4.13.1 .rubocop.yml
easypost-4.13.0 .rubocop.yml
easypost-4.12.0 .rubocop.yml
easypost-4.11.0 .rubocop.yml
easypost-4.10.0 .rubocop.yml
easypost-4.9.0 .rubocop.yml
easypost-4.8.1 .rubocop.yml
easypost-4.8.0 .rubocop.yml