.rubocop.yml in pdground-0.1.2 vs .rubocop.yml in pdground-0.1.3

- old
+ new

@@ -1,4 +1,13 @@ Metrics/AbcSize: Max: 20 AllCops: - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.4 +Style/BlockLength: + Exclude: + - 'Rakefile' + - '**/*.rake' + - 'spec/**/*_spec.rb' +Style/NumericLiterals: + Enabled: false +Metrics/LineLength: + Max: 100 \ No newline at end of file