.rubocop_todo.yml in trollolo-0.0.11 vs .rubocop_todo.yml in trollolo-0.0.12
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2017-09-10 17:36:28 +0200 using RuboCop version 0.49.1.
+# on 2017-09-12 15:08:33 +0200 using RuboCop version 0.49.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
@@ -82,17 +82,16 @@
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
Layout/EmptyLinesAroundModuleBody:
Exclude:
- 'lib/version.rb'
-# Offense count: 4
+# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
Layout/ExtraSpacing:
Exclude:
- 'lib/scrum/backlog_mover.rb'
- - 'lib/scrum/priority_name.rb'
- 'spec/unit/scrum/prioritizer_spec.rb'
# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: SupportedStyles, IndentationWidth.
@@ -160,35 +159,11 @@
Layout/MultilineOperationIndentation:
Exclude:
- 'lib/backup.rb'
- 'lib/card.rb'
-# Offense count: 1
-# Cop supports --auto-correct.
-Layout/SpaceAfterNot:
- Exclude:
- - 'lib/cli.rb'
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-# SupportedStyles: space, no_space
-Layout/SpaceAroundEqualsInParameterDefault:
- Exclude:
- - 'lib/cli.rb'
-
-# Offense count: 30
-# Cop supports --auto-correct.
-# Configuration parameters: AllowForAlignment.
-Layout/SpaceAroundOperators:
- Exclude:
- - 'lib/scrum/priority_name.rb'
- - 'spec/unit/burndown_chart_spec.rb'
- - 'spec/unit/cli_spec.rb'
- - 'spec/unit/settings_spec.rb'
- - 'spec/unit/trello_wrapper_spec.rb'
-
# Offense count: 23
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: space, no_space
Layout/SpaceBeforeBlockBraces:
@@ -264,17 +239,10 @@
Lint/AmbiguousRegexpLiteral:
Exclude:
- 'spec/unit/cli_spec.rb'
- 'spec/unit/scrum/sprint_cleaner_spec.rb'
-# Offense count: 2
-# Configuration parameters: AllowSafeAssignment.
-Lint/AssignmentInCondition:
- Exclude:
- - 'lib/scrum/priority_name.rb'
- - 'spec/unit/support/vcr.rb'
-
# Offense count: 1
# Cop supports --auto-correct.
Lint/DeprecatedClassMethods:
Exclude:
- 'lib/settings.rb'
@@ -301,14 +269,10 @@
# Offense count: 1
Lint/UselessAssignment:
Exclude:
- 'spec/unit/support/webmocks.rb'
-# Offense count: 16
-Metrics/AbcSize:
- Max: 50
-
# Offense count: 41
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 456
@@ -323,39 +287,27 @@
# Offense count: 134
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
- Max: 210
+ Max: 220
# Offense count: 18
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 35
# Offense count: 1
-Metrics/PerceivedComplexity:
- Max: 10
-
-# Offense count: 1
# Cop supports --auto-correct.
Security/YAMLLoad:
Exclude:
- 'lib/card.rb'
# Offense count: 6
Style/AccessorMethodName:
Exclude:
- 'lib/burndown_data.rb'
- 'lib/cli.rb'
-
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-# SupportedStyles: always, conditionals
-Style/AndOr:
- Exclude:
- - 'spec/unit/support/update_webmock_data'
# Offense count: 17
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods.
# SupportedStyles: line_count_based, semantic, braces_for_chaining