Sha256: 7bb7c12f56c5e422fae6e54fbfa96f3529302d410cb9c83fcf47c41f38e38565

Contents?: true

Size: 412 Bytes

Versions: 6

Compression:

Stored size: 412 Bytes

Contents

inherit_from:
  - .rubocop_todo.yml
  - https://raw.githubusercontent.com/GetTerminus/ruby_shared_configs/master/.rubocop-3-1.yml



AllCops:
  Exclude:
    - bin/*
    - spec/**/*.rb
    - vendor/**/*

Style/Documentation:
  Enabled: false

Style/TrailingCommaInArguments:
  Enabled: false

Metrics/LineLength:
  Exclude:
    - 'lib/protobufs/**/*.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dynamoid_advanced_where-1.8.0 .rubocop.yml
dynamoid_advanced_where-1.7.1 .rubocop.yml
dynamoid_advanced_where-1.7.0 .rubocop.yml
dynamoid_advanced_where-1.6.0 .rubocop.yml
dynamoid_advanced_where-1.5.1 .rubocop.yml
dynamoid_advanced_where-1.5.0 .rubocop.yml