Sha256: 942542993a80275a9c3ccbfa10021500f10d298fbdb0364b50bfe84bf2bee5db

Contents?: true

Size: 877 Bytes

Versions: 2

Compression:

Stored size: 877 Bytes

Contents

require:
  - rubocop-md
  - rubocop-minitest
  - rubocop-performance
  - rubocop-rake

AllCops:
  NewCops: enable
  Exclude:
    - .git/**/*
    - vendor/bundle/**/*

Gemspec/RequiredRubyVersion:
  Enabled: false

Layout/EmptyLineAfterGuardClause:
  Enabled: false

Layout/IndentationConsistency:
  Exclude:
    - README.md

Layout/InitialIndentation:
  Exclude:
    - README.md

Layout/LineLength:
  Exclude:
    - README.md
    - fillable-pdf.gemspec
  Max: 120

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false

Lint/ConstantDefinitionInBlock:
  Exclude:
    - lib/fillable-pdf/itext.rb

Metrics/MethodLength:
  Max: 12

Naming/AccessorMethodName:
  Enabled: false

Naming/FileName:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fillable-pdf-0.9.4 .rubocop.yml
fillable-pdf-0.9.3 .rubocop.yml