Sha256: 09c0330090ea04359ef0ba6663382d7f7bc35f5cb7f6386cd0c856826b459675
Contents?: true
Size: 760 Bytes
Versions: 1
Compression:
Stored size: 760 Bytes
Contents
require: - rubocop-md - rubocop-minitest - rubocop-performance - rubocop-rake AllCops: NewCops: enable Exclude: - .git/**/* Gemspec/RequiredRubyVersion: Enabled: false Layout/EmptyLineAfterGuardClause: Enabled: false Layout/IndentationConsistency: Exclude: - README.md Layout/InitialIndentation: Exclude: - README.md 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.2 | .rubocop.yml |