Sha256: 65393100d2c3e2af0cd90eef55ea0dfc7911e5d2a9a975bd6a8eb88560bd2708

Contents?: true

Size: 913 Bytes

Versions: 1

Compression:

Stored size: 913 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/HashSyntax:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fillable-pdf-0.9.5 .rubocop.yml