Sha256: c13ccb82e52b0da4681fe54d4161f3db51aa20f8b0e0471ee55c0861ce56eab2

Contents?: true

Size: 905 Bytes

Versions: 15

Compression:

Stored size: 905 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - Rakefile
    - spec/**/*

Metrics/AbcSize:
  Max: 30

Metrics/LineLength:
  Max: 160

Metrics/MethodLength:
  Enabled: false

Metrics/ParameterLists:
  Max: 10

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - spec/**/*

DotPosition:
  EnforcedStyle: leading

StringLiterals:
  EnforcedStyle: single_quotes

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/AndOr:
  EnforcedStyle: conditionals

Style/ClassAndModuleChildren:
  Enabled: false

Style/ConditionalAssignment:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/RaiseArgs:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
onsi-2.0.1 .rubocop.yml
onsi-1.3.1 .rubocop.yml
onsi-1.3.0 .rubocop.yml
onsi-1.2.2 .rubocop.yml
onsi-1.2.1 .rubocop.yml
onsi-1.2.0 .rubocop.yml
onsi-1.1.0 .rubocop.yml
onsi-1.0.1 .rubocop.yml
onsi-1.0.0 .rubocop.yml
onsi-0.8.0 .rubocop.yml
onsi-0.7.0 .rubocop.yml
onsi-0.6.0 .rubocop.yml
onsi-0.5.0 .rubocop.yml
onsi-0.4.0 .rubocop.yml
onsi-0.3.0 .rubocop.yml