.rubocop.yml in fillable-pdf-0.9.2 vs .rubocop.yml in fillable-pdf-0.9.3

- old
+ new

@@ -6,10 +6,11 @@ AllCops: NewCops: enable Exclude: - .git/**/* + - vendor/bundle/**/* Gemspec/RequiredRubyVersion: Enabled: false Layout/EmptyLineAfterGuardClause: @@ -23,14 +24,19 @@ Exclude: - README.md Layout/LineLength: Exclude: + - README.md - fillable-pdf.gemspec Max: 120 Layout/SpaceInsideHashLiteralBraces: Enabled: false + +Lint/ConstantDefinitionInBlock: + Exclude: + - lib/fillable-pdf/itext.rb Metrics/MethodLength: Max: 12 Naming/AccessorMethodName: