Sha256: 807cfdc80cbaf50744ad6f28d266c60569afcbb13e43ec45d4b356420c531b19

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 Bytes

Contents

AllCops:
  NewCops: enable
  Exclude:
    - vendor/**/*

Naming/MethodName:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics:
  Enabled: false

Layout/LineLength:
  Max: 256

Style/FrozenStringLiteralComment:
  Enabled: false

Naming/PredicateName:
  Enabled: true
  AllowedMethods:
    - is_a?
    - have_you_updated_changelog?
    - is_changelog_format_correct?

inherit_from: .rubocop_todo.yml
require:
  - rubocop-rake
  - rubocop-rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
danger-changelog-0.7.1 .rubocop.yml