Sha256: 8e2b8947c695b5e46af488883fd80357965f61225c4b72bd38046983e6bafc9f

Contents?: true

Size: 1.56 KB

Versions: 9

Compression:

Stored size: 1.56 KB

Contents

AllCops:
  TargetRubyVersion: 2.2
  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

9 entries across 9 versions & 1 rubygems

Version Path
tensor_stream-1.0.9 .rubocop.yml
tensor_stream-1.0.8 .rubocop.yml
tensor_stream-1.0.7 .rubocop.yml
tensor_stream-1.0.6 .rubocop.yml
tensor_stream-1.0.5 .rubocop.yml
tensor_stream-1.0.4 .rubocop.yml
tensor_stream-1.0.3 .rubocop.yml
tensor_stream-1.0.2 .rubocop.yml
tensor_stream-1.0.1 .rubocop.yml