.rubocop.yml in fillable-pdf-0.9.1 vs .rubocop.yml in fillable-pdf-0.9.2
- old
+ new
@@ -1,16 +1,28 @@
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