Sha256: be51698dd5570564fd8f42260b644b2c8f3b7aca5993633d3be809fa6054c7aa

Contents?: true

Size: 1.2 KB

Versions: 6

Compression:

Stored size: 1.2 KB

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.4
  Exclude:
    - '**/*.yml'
    - 'test/**/*'
    - 'pkg/*'
    - 'tmp/*'

Style/StringLiterals:
  Enabled: false

Documentation:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false

Metrics/LineLength:
  Max: 160

Metrics/ModuleLength:
  Max: 500

Metrics/BlockLength:
  Exclude:
    - 'test/**/*'

Layout/DotPosition:
  EnforcedStyle: trailing

Style/RedundantFreeze:
  Enabled: false

Style/FormatString:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Lint/AssignmentInCondition:
  Enabled: false

Layout/EmptyLinesAroundAccessModifier:
  Enabled: false

Style/SingleLineBlockParams:
  Enabled: false

Style/NumericLiterals:
  Exclude:
    - 'spec/**/*'

Style/StringLiteralsInInterpolation:
  Enabled: false

Metrics/MethodLength:
  Max: 30

Layout/CaseIndentation:
  # Valid values are: case, end
  EnforcedStyle: end
  IndentOneStep: false

Metrics/AbcSize:
  Max: 40

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 15

Metrics/ParameterLists:
  Max: 10

Lint/UselessAssignment:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Rails:
  Enabled: false

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
awis-sdk-ruby-2.1.0 .rubocop.yml
awis-sdk-ruby-2.0.0 .rubocop.yml
awis-sdk-ruby-1.1.2 .rubocop.yml
awis-sdk-ruby_-1.1.1.1 .rubocop.yml
awis-sdk-ruby_-1.1.1p1 .rubocop.yml
awis-sdk-ruby-1.1.1 .rubocop.yml