.rubocop_todo.yml in sshkit-1.22.2 vs .rubocop_todo.yml in sshkit-1.23.0

- old
+ new

@@ -100,11 +100,10 @@ # SupportedStyles: special_inside_parentheses, consistent, align_braces Layout/IndentHash: Exclude: - 'test/functional/backends/test_local.rb' - 'test/functional/backends/test_netssh.rb' - - 'test/support/vagrant_wrapper.rb' - 'test/unit/formatters/test_custom.rb' - 'test/unit/formatters/test_pretty.rb' - 'test/unit/test_mapping_interaction_handler.rb' # Offense count: 5 @@ -442,15 +441,9 @@ # SupportedStyles: snake_case, camelCase Style/MethodName: EnforcedStyle: snake_case Exclude: - 'test/unit/test_color.rb' - -# Offense count: 1 -# Cop supports --auto-correct. -Style/MutableConstant: - Exclude: - - 'Vagrantfile' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: Strict. Style/NumericLiterals: