.rubocop.yml in pdf_tools-0.1.1 vs .rubocop.yml in pdf_tools-0.1.2

- old
+ new

@@ -1,13 +1,22 @@ +require: + - standard/cop/block_single_line_braces + +inherit_gem: + standard: config/base.yml + AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.6 Layout/LineLength: Max: 120 Metrics/ModuleLength: Exclude: - "**/*_spec.rb" Metrics/BlockLength: Exclude: - - "**/*_spec.rb" \ No newline at end of file + - "**/*_spec.rb" + +Style/MissingRespondToMissing: + Enabled: false