Sha256: e47bdb69c0b445327a08c06c2fe7a77c6651bf1bbefb2462d30eadbdcdde03ce

Contents?: true

Size: 915 Bytes

Versions: 3

Compression:

Stored size: 915 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - 'bin/**/*'
    - '*.gemspec'
    - 'Gemfile'
    - 'Gemfile.lock'
    - 'lib/weka_jars.rb'

Style/Copyright:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 105

Metrics/ClassLength:
  Max: 250

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/ModuleLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"

Lint/ConstantDefinitionInBlock:
  Exclude:
    - "**/*_spec.rb"

Layout/EmptyLineBetweenDefs:
  Enabled: false

Layout/HashAlignment:
  Enabled: false

Lint/BooleanSymbol:
  Enabled: false

Style/HashEachMethods:
  Exclude:
    - lib/weka/core/instances.rb
    - spec/classifiers/evaluation_spec.rb

Naming/PredicateName:
  Exclude:
    - lib/weka/core/instances.rb

Metrics/CyclomaticComplexity:
  Max: 8

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
weka-0.8.0-java .rubocop.yml
weka-0.7.4-java .rubocop.yml
weka-0.7.3-java .rubocop.yml