.rubocop_todo.yml in bunny-mock-1.2.2 vs .rubocop_todo.yml in bunny-mock-1.3.0

- old
+ new

@@ -22,24 +22,5 @@ - 'lib/bunny_mock/exchanges/direct.rb' - 'lib/bunny_mock/exchanges/fanout.rb' - 'lib/bunny_mock/exchanges/headers.rb' - 'lib/bunny_mock/exchanges/topic.rb' - 'lib/bunny_mock/queue.rb' - -# Offense count: 9 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -# SupportedStyles: empty_lines, no_empty_lines -Style/EmptyLinesAroundClassBody: - Enabled: false - -# Offense count: 36 -# Cop supports --auto-correct. -Style/EmptyLinesAroundMethodBody: - Enabled: false - -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -# SupportedStyles: empty_lines, no_empty_lines -Style/EmptyLinesAroundModuleBody: - Enabled: false