Sha256: 4c10156636e715f99567ce23ba81275d7a45df6f18006c1a6cf8036379f1962b

Contents?: true

Size: 1.1 KB

Versions: 90

Compression:

Stored size: 1.1 KB

Contents

AllCops:
  TargetRubyVersion: 2.5.1
  Exclude:
    - 'config/routes.rb'

Metrics/LineLength:
  Enabled: false
Metrics/BlockLength:
  ExcludedMethods: [context, describe]
  Max: 50
Metrics/MethodLength:
  Max: 50
Metrics/ClassLength:
  Max: 200
Metrics/AbcSize:
  Max: 30

ParameterLists:
  Max: 5
  CountKeywordArgs: false

Style/StringLiterals:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/CommentedKeyword:
  Enabled: false
Style/MultilineBlockChain:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/StringLiteralsInInterpolation:
  Enabled: false
Style/AndOr:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false
Layout/SpaceInsideBlockBraces:
  Enabled: false
Layout/SpaceAroundOperators:
  Enabled: false
Layout/ExtraSpacing:
  AllowForAlignment: true
Layout/AccessModifierIndentation:
  EnforcedStyle: indent
Layout/DotPosition:
  EnforcedStyle: trailing
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Layout/IndentHash:
  Enabled: false

Naming/VariableNumber:
  EnforcedStyle: snake_case

Version data entries

90 entries across 90 versions & 4 rubygems

Version Path
ecoportal-api-v2-0.8.20 .rubocop.yml
ecoportal-api-v2-0.8.19 .rubocop.yml
ecoportal-api-v2-0.8.18 .rubocop.yml
ecoportal-api-v2-0.8.17 .rubocop.yml
ecoportal-api-v2-0.8.16 .rubocop.yml
ecoportal-api-v2-0.8.15 .rubocop.yml
ecoportal-api-v2-0.8.14 .rubocop.yml
ecoportal-api-v2-0.8.13 .rubocop.yml
ecoportal-api-v2-0.8.12 .rubocop.yml
ecoportal-api-v2-0.8.11 .rubocop.yml
ecoportal-api-v2-0.8.10 .rubocop.yml
ecoportal-api-v2-0.8.9 .rubocop.yml
ecoportal-api-v2-0.8.8 .rubocop.yml
ecoportal-api-v2-0.8.7 .rubocop.yml
ecoportal-api-v2-0.8.6 .rubocop.yml
ecoportal-api-v2-0.8.5 .rubocop.yml
ecoportal-api-v2-0.8.4 .rubocop.yml
ecoportal-api-oozes-0.7.5 .rubocop.yml
ecoportal-api-oozes-0.7.4 .rubocop.yml
ecoportal-api-oozes-0.7.3 .rubocop.yml