Sha256: 9e79fcf3acff829b9406aeb7f24b8662e765a616afb9416a4a930ee4a96a3604

Contents?: true

Size: 1.28 KB

Versions: 12

Compression:

Stored size: 1.28 KB

Contents

AllCops:
  Exclude:
    - samples/*
    - bin/*
    - spec/**/*
    - tensor_stream.gemspec
    - Rakefile

Metrics/LineLength:
  Max: 200

Metrics/AbcSize:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Naming/AccessorMethodName:
  Exclude:
    - lib/tensor_stream.rb
    - lib/tensor_stream/control_flow.rb
    - lib/tensor_stream/graph.rb
    - lib/tensor_stream/operation.rb

Style/Documentation:
  Exclude:
    - lib/tensor_stream/version.rb
    - lib/tensor_stream/trainer.rb
    - lib/tensor_stream/nn/nn_ops.rb
    - lib/tensor_stream/evaluator/evaluator.rb

Lint/UnusedMethodArgument:
  Exclude:
    - lib/tensor_stream/train/saver.rb
    - lib/tensor_stream/ops.rb

Metrics/ParameterLists:
  Max: 8

Style/PerlBackrefs:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Naming/MemoizedInstanceVariableName:
  Enabled: false

Metrics/ModuleLength:
  Max: 200

Metrics/ClassLength:
  Max: 250
  Exclude:
    - lib/tensor_stream/evaluator/ruby_evaluator.rb

Naming/VariableNumber:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  Enabled: false

Naming/UncommunicativeMethodParamName:
  Exclude:
    - lib/tensor_stream/evaluator/ruby_evaluator.rb

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tensor_stream-0.6.1 .rubocop.yml
tensor_stream-0.6.0 .rubocop.yml
tensor_stream-0.5.1 .rubocop.yml
tensor_stream-0.5.0 .rubocop.yml
tensor_stream-0.4.1 .rubocop.yml
tensor_stream-0.4.0 .rubocop.yml
tensor_stream-0.3.0 .rubocop.yml
tensor_stream-0.2.0 .rubocop.yml
tensor_stream-0.1.5 .rubocop.yml
tensor_stream-0.1.4 .rubocop.yml
tensor_stream-0.1.3 .rubocop.yml
tensor_stream-0.1.2 .rubocop.yml