Sha256: c4f9a1d9c35b4d88e0d973ca47d5f27fd37fb5fa00e83e5c6d18cc50f050d94b

Contents?: true

Size: 527 Bytes

Versions: 1

Compression:

Stored size: 527 Bytes

Contents

# Defaults can be found here: https://github.com/bbatsov/rubocop/blob/master/config/default.yml

AllCops:
  TargetRubyVersion: 2.2
  Exclude:
    - 'spec/fixtures/**/*'
    - 'lib/danger/plugin_support/plugin_parser.rb'

Metrics/LineLength:
  Exclude:
    - 'spec/*'
    - 'danger-jazzy.gemspec'

Style/IfUnlessModifier:
  Exclude:
    - 'Gemfile'

Style/SpecialGlobalVars:
  Exclude:
    - 'danger-jazzy.gemspec'

Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/LineLength:
  Max: 90

Metrics/AbcSize:
  Max: 20

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
danger-jazzy-1.1.0 .rubocop.yml