Sha256: 8bc3a97c3031a2a34ce9efd9bf837b3fbdf59335169f6efb298851f03c5d4255

Contents?: true

Size: 1.37 KB

Versions: 4

Compression:

Stored size: 1.37 KB

Contents

AllCops:
  TargetRubyVersion: 2.6

Style/Documentation:
  Enabled: false

Rails/Delegate:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Layout/SpaceInsideBlockBraces:
  EnforcedStyle: space
  EnforcedStyleForEmptyBraces: space
  SpaceBeforeBlockParameters: false

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space
  EnforcedStyleForEmptyBraces: no_space

Layout/FirstArrayElementLineBreak:
  Enabled: true

Layout/FirstHashElementLineBreak:
  Enabled: true

Style/SymbolArray:
  Enabled: true

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    "%": "[]"
    "%i": "[]"
    "%q": "[]"
    "%Q": "[]"
    "%r": "{}"
    "%s": "[]"
    "%w": "[]"
    "%W": "[]"
    "%x": "[]"

Metrics/LineLength:
  Enabled: true

Metrics/MethodLength:
  Exclude:
    - db/migrate/**.rb
    - config/config.rb
    - test/support/**/*.rb

Metrics/BlockLength:
  Exclude:
    - config/config.rb
    - test/support/**/*.rb

Style/EmptyMethod:
  EnforcedStyle: expanded

Layout/IndentFirstArrayElement:
  EnforcedStyle: consistent

Style/AccessModifierDeclarations:
  EnforcedStyle: inline

Naming/UncommunicativeMethodParamName:
  Enabled: false

Lint/Debugger:
  Exclude:
    - test/**/*

Style/TrailingUnderscoreVariable:
  Enabled: false

Naming/RescuedExceptionsVariableName:
    PreferredName: error

Metrics/AbcSize:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
troy-0.0.39 .rubocop.yml
troy-0.0.38 .rubocop.yml
troy-0.0.37 .rubocop.yml
troy-0.0.36 .rubocop.yml