Sha256: 7890c7475231bb12f87b854ca1845273a7fff29ca4296710616772a9f88734b3
Contents?: true
Size: 944 Bytes
Versions: 2
Compression:
Stored size: 944 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 AllowedPatterns: ['^(\s*#)'] 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fillable-pdf-0.9.5.2 | .rubocop.yml |
fillable-pdf-0.9.5.1 | .rubocop.yml |