Sha256: f36ee5fc28a63498095ba3009dbb6c225086b5a4e59666c18e96c73383e4ecdb

Contents?: true

Size: 525 Bytes

Versions: 2

Compression:

Stored size: 525 Bytes

Contents

AllCops:
  Exclude:
    - gemfiles/**/*
    - test.rb
  TargetRubyVersion: 2.4
  NewCops: enable
Bundler/OrderedGems:
  Include:
    - "Appraisals"
Layout/LineLength:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Naming/MethodParameterName:
  Enabled: false
Style/AccessModifierDeclarations:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
Gemspec/RequiredRubyVersion:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
armg-0.10.0 .rubocop.yml
armg-0.9.0 .rubocop.yml