Sha256: fd23a731b7408e329d22700082b74dfb319abb522b6343ab5a3b194cd8d9b770

Contents?: true

Size: 287 Bytes

Versions: 2

Compression:

Stored size: 287 Bytes

Contents

AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 2.5

Layout/LineLength:
  Max: 100

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'lib/umts-custom-cops/version.rb'

Naming/FileName:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
umts-custom-cops-1.0.1 .rubocop.yml
umts-custom-cops-1.0.0 .rubocop.yml