Sha256: a5703c24c887151cf1f6ef8d104a8ffa87716bf85715df60f7ed1755945f7c02

Contents?: true

Size: 1.47 KB

Versions: 7

Compression:

Stored size: 1.47 KB

Contents

AllCops:
  TargetRubyVersion: 2.5.3

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/EmptyLineAfterGuardClause:
  Enabled: false

# Layout/FirstParameterIndentation:
#   Exclude:
#     - 'spec/**/*_spec.rb'

Layout/IndentArray:
  EnforcedStyle: consistent

Layout/IndentHash:
  EnforcedStyle: consistent

Layout/MultilineMethodCallBraceLayout:
  EnforcedStyle: same_line

Layout/MultilineMethodDefinitionBraceLayout:
  EnforcedStyle: same_line

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented
  IndentationWidth: 2

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/LineLength:
  Exclude:
    - 'spec/**/*_spec.rb'
  Max: 90

Naming/PredicateName:
  NamePrefixBlacklist:
    - is_

Style/AccessModifierDeclarations:
  Enabled: false

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/DoubleNegation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Exclude:
    - 'bin/**'

# Style/MultilineBlockChain:
#   Enabled: false

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

Style/RegexpLiteral:
  EnforcedStyle: mixed

Style/SignalException:
  EnforcedStyle: semantic

Style/SingleLineBlockParams:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: single_quotes

Style/YodaCondition:
  EnforcedStyle: equality_operators_only

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
business_pipeline-0.3.1 .rubocop.yml
business_pipeline-0.3.0 .rubocop.yml
business_pipeline-0.2.0 .rubocop.yml
business_pipeline-0.1.3 .rubocop.yml
business_pipeline-0.1.2 .rubocop.yml
business_pipeline-0.1.1 .rubocop.yml
business_pipeline-0.1.0 .rubocop.yml