Sha256: 56f9d2aacc2abad014ad5ef0b5e76a77e7df9550c6403965990ade063019eb9d
Contents?: true
Size: 584 Bytes
Versions: 1
Compression:
Stored size: 584 Bytes
Contents
require: - rubocop-minitest - rubocop-performance - rubocop-rake AllCops: NewCops: enable Exclude: - .git/**/* Layout/EmptyLineAfterGuardClause: Enabled: false Layout/LineLength: Exclude: - fillable-pdf.gemspec Max: 120 Layout/SpaceInsideHashLiteralBraces: Enabled: false 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fillable-pdf-0.9.1 | .rubocop.yml |