.rubocop_todo.yml in trollolo-0.2.0 vs .rubocop_todo.yml in trollolo-0.3.0
- old
+ new
@@ -4,18 +4,10 @@
# 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.
-# Offense count: 7
-# Cop supports --auto-correct.
-# Configuration parameters: Include, TreatCommentsAsGroupSeparators.
-# Include: **/*.gemfile, **/Gemfile, **/gems.rb
-Bundler/OrderedGems:
- Exclude:
- - 'Gemfile'
-
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Include, TreatCommentsAsGroupSeparators.
# Include: **/*.gemspec
Gemspec/OrderedDependencies:
@@ -27,19 +19,10 @@
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
Exclude:
- 'trollolo.gemspec'
-# Offense count: 8
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: leading, trailing
-Layout/DotPosition:
- Exclude:
- - 'spec/integration/create_burndown_spec.rb'
- - 'spec/unit/trello_wrapper_spec.rb'
-
# Offense count: 1
# Cop supports --auto-correct.
Layout/EmptyLineAfterMagicComment:
Exclude:
- 'trollolo.gemspec'
@@ -156,10 +139,13 @@
# SupportedStyles: aligned, indented, indented_relative_to_receiver
Layout/MultilineMethodCallIndentation:
Exclude:
- 'lib/burndown_chart.rb'
- 'spec/unit/trello_wrapper_spec.rb'
+ - 'spec/unit/board_mock_spec.rb' # Indendation is used to express structure of board
+ - 'spec/unit/burndown_data_spec.rb' # Indendation is used to express structure of board
+ - 'spec/unit/scrum_board_spec.rb' # Indendation is used to express structure of board
# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentationWidth.
# SupportedStyles: aligned, indented
@@ -306,18 +292,10 @@
- 'lib/cli.rb'
- 'lib/scrum/priority_name.rb'
- 'lib/scrum/sprint_board.rb'
- 'lib/scrum/sprint_planning_board.rb'
-# Offense count: 2
-# Cop supports --auto-correct.
-# Configuration parameters: AutoCorrect.
-Performance/HashEachMethods:
- Exclude:
- - 'lib/cli.rb'
- - 'lib/scrum/creator.rb'
-
# Offense count: 1
# Cop supports --auto-correct.
Security/YAMLLoad:
Exclude:
- 'lib/card.rb'
@@ -414,8 +392,5 @@
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
-Style/RegexpLiteral:
- Exclude:
- - 'trollolo.gemspec'