Sha256: f00297be59cc1e50a1293b9ed6d9786078ee59f3cc7420d1478774a70681bed4

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

---
AllCops:
  Include:
    - bin/*
    - exe/*
    - '**/.simplecov'
    - '**/Gemfile'
    - '**/Rakefile'
    - '**/*.gemspec'
  Exclude:
    - bin/ci
    - vendor/**/*

Metrics/LineLength:
  Max: 140

Style/Documentation:
  Enabled: false

Style/FileName:
  Exclude:
    - !ruby/regexp /[A-Z](\w+)file\z/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gatehouse-0.0.1 .rubocop.yml
gatehouse-0.0.0 .rubocop.yml