.rubocop.yml in tensor_stream-opencl-0.2.4 vs .rubocop.yml in tensor_stream-opencl-0.2.5
- old
+ new
@@ -32,10 +32,11 @@
Enabled: false
Metrics/BlockLength:
Exclude:
- lib/tensor_stream/math_gradients.rb
+ - benchmark/benchmark.rb
Naming/AccessorMethodName:
Exclude:
- lib/tensor_stream.rb
- lib/tensor_stream/control_flow.rb
@@ -84,6 +85,10 @@
Enabled: false
Naming/UncommunicativeMethodParamName:
Exclude:
- lib/tensor_stream/evaluator/ruby_evaluator.rb
- - lib/tensor_stream/ops.rb
+ - lib/tensor_stream/ops.rb
+
+Style/BlockDelimiters:
+ Exclude:
+ - benchmark/benchmark.rb
\ No newline at end of file