.rubocop.yml in fillable-pdf-0.9.5 vs .rubocop.yml in fillable-pdf-0.9.5.1
- old
+ new
@@ -27,9 +27,10 @@
Layout/LineLength:
Exclude:
- README.md
- fillable-pdf.gemspec
Max: 120
+ AllowedPatterns: ['^(\s*#)']
Layout/SpaceInsideHashLiteralBraces:
Enabled: false
Lint/ConstantDefinitionInBlock: