.rubocop.yml in forward-calendar-0.8.1 vs .rubocop.yml in forward-calendar-0.8.2

- old
+ new

@@ -1,18 +1,16 @@ -Style/Documentation: - Enabled: false -Style/FileName: - Exclude: - - 'lib/forward-calendar.rb' -Metrics/ClassLength: - Max: 120 -Metrics/LineLength: - Max: 120 -Metrics/AbcSize: - Max: 18 +inherit_gem: + va-ruby-style: + - default.yml + +inherit_from: .rubocop_todo.yml + AllCops: - TargetRubyVersion: 2.3 - DisplayCopNames: true - DisplayStyleGuide: true Exclude: - 'spec/**/*' - 'vendor/**/*' + +Style/MethodCallWithArgsParentheses: + Exclude: + - Gemfile + - Rakefile + - '*.gemspec'