Sha256: 46690d5468beb82a5b677155dcc9afa7bd01f41e661f69c848842fb3a4dae269

Contents?: true

Size: 1.54 KB

Versions: 18

Compression:

Stored size: 1.54 KB

Contents

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

Naming/AccessorMethodName:
  Exclude:
    - lib/tensor_stream/utils.rb

Style/StringLiterals:
  Enabled: false

Layout/TrailingBlankLines:
  Enabled: false

Metrics/LineLength:
  Max: 200

Metrics/AbcSize:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - lib/tensor_stream/math_gradients.rb

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
    - lib/tensor_stream/ops.rb

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
tensor_stream-1.0.0 .rubocop.yml
tensor_stream-1.0.0.pre.rc1 .rubocop.yml
tensor_stream-0.9.10 .rubocop.yml
tensor_stream-0.9.9 .rubocop.yml
tensor_stream-opencl-0.2.4 .rubocop.yml
tensor_stream-0.9.8 .rubocop.yml
tensor_stream-opencl-0.2.3 .rubocop.yml
tensor_stream-0.9.7 .rubocop.yml
tensor_stream-0.9.6 .rubocop.yml
tensor_stream-0.9.5 .rubocop.yml
tensor_stream-opencl-0.2.2 .rubocop.yml
tensor_stream-0.9.2 .rubocop.yml
tensor_stream-0.9.1 .rubocop.yml
tensor_stream-0.9.0 .rubocop.yml
tensor_stream-0.8.6 .rubocop.yml
tensor_stream-0.8.5 .rubocop.yml
tensor_stream-0.8.1 .rubocop.yml
tensor_stream-0.8.0 .rubocop.yml