.rubocop.yml in red_amber-0.5.0 vs .rubocop.yml in red_amber-0.5.1

- old
+ new

@@ -50,11 +50,11 @@ Exclude: - 'test/test_vector_binary_element_wise.rb' Lint/Debugger: Exclude: - - 'docker/example' + - 'bin/example' # Need for test with empty block # Offense count: 1 # Configuration parameters: AllowComments, AllowEmptyLambdas. Lint/EmptyBlock: @@ -223,11 +223,11 @@ # avoid unused variable asignment Rubycw/Rubycw: Exclude: - 'test/**/*' - - 'docker/example' + - 'bin/example' # Offense count: 16 # This cop supports safe autocorrection (--autocorrect). Style/OperatorMethodCall: Exclude: @@ -240,10 +240,10 @@ Exclude: - 'test/test_data_frame_selectable.rb' Style/MixinUsage: Exclude: - - 'docker/example' + - 'bin/example' # Necessary to Vector < 0 element-wise comparison # Offense count: 5 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns, IgnoredMethods.