.rubocop.yml in get_your_rep-1.1.0 vs .rubocop.yml in get_your_rep-1.1.1

- old
+ new

@@ -1,17 +1,12 @@ AllCops: TargetRubyVersion: 2.3 Metrics/LineLength: - Max: 120 + Max: 100 -Metrics/BlockLength: - Exclude: - - 'lib/get_your_rep/patriotic.rb' - Metrics/MethodLength: - Max: 15 Exclude: - 'test/*' - 'lib/get_your_rep/cli.rb' - 'lib/get_your_rep/patriotic.rb' @@ -19,22 +14,20 @@ Exclude: - 'spec/**/*' - 'test/**/*' Metrics/ModuleLength: - Max: 200 + Exclude: + - 'lib/get_your_rep/cli.rb' -Metrics/ClassLength: - Max: 200 - Metrics/AbcSize: - Enabled: false + Exclude: + - 'lib/get_your_rep/cli.rb' + - 'lib/get_your_rep/patriotic.rb' Metrics/CyclomaticComplexity: - Enabled: false + Exclude: + - 'lib/get_your_rep/cli.rb' Style/MultilineOperationIndentation: Exclude: - 'lib/get_your_rep/patriotic.rb' - -Style/HashSyntax: - Enabled: true \ No newline at end of file