Sha256: 05430aa378e367fed7424ad4bd546c16a671651bff1d69a2915267a9280be4da

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'db/**/*'
    - 'log/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'
    - 'Guardfile'
  DisplayCopNames: true

Metrics/LineLength:
  Max: 120

SpaceAroundEqualsInParameterDefault:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'
    - 'test/**/*.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
danger-go-0.0.4 .rubocop.yml
danger-go-0.0.3 .rubocop.yml
danger-go-0.0.2 .rubocop.yml