.rubocop_todo.yml in cinnamon_serial-1.0.1 vs .rubocop_todo.yml in cinnamon_serial-2.0.0
- old
+ new
@@ -4,23 +4,9 @@
# 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: 2
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only
-Layout/EmptyLinesAroundClassBody:
- Exclude:
- - 'spec/examples.rb'
-
-# Offense count: 4
-Lint/BooleanSymbol:
- Exclude:
- - 'lib/cinnamon_serial/resolver.rb'
- - 'spec/examples.rb'
-
# Offense count: 4
Metrics/AbcSize:
Max: 26
# Offense count: 2