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