Sha256: 502e3710f52422e5a0e8bcd3e6265740eea9077ae986351543c6540189e9986b

Contents?: true

Size: 1.26 KB

Versions: 10

Compression:

Stored size: 1.26 KB

Contents

# this file is managed by dry-rb/devtools project

AllCops:
  TargetRubyVersion: 2.4

Style/EachWithObject:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/Alias:
  Enabled: false

Style/LambdaCall:
  Enabled: false

Style/StabbyLambdaParentheses:
  Enabled: false

Style/FormatString:
  Enabled: false

Style/Documentation:
  Enabled: false

Layout/SpaceInLambdaLiteral:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  Enabled: true
  EnforcedStyle: indented

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 22

Metrics/ClassLength:
  Max: 150

Metrics/AbcSize:
  Max: 20

Metrics/BlockLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: true
  Max: 10

Lint/BooleanSymbol:
  Enabled: false

Style/AccessModifierDeclarations:
  Enabled: false

Style/BlockDelimiters:
  Enabled: false

Layout/IndentFirstArrayElement:
  EnforcedStyle: consistent

Style/ClassAndModuleChildren:
  Exclude:
    - "spec/**/*_spec.rb"

Lint/HandleExceptions:
  Exclude:
    - "spec/spec_helper.rb"

Naming/FileName:
  Exclude:
    - "lib/dry-*.rb"

Style/SymbolArray:
  Exclude:
    - "spec/**/*_spec.rb"

Style/ConditionalAssignment:
  Enabled: false

Naming/MethodName:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Version data entries

10 entries across 10 versions & 8 rubygems

Version Path
dry-monads-1.3.3 .rubocop.yml
dry-cli-0.4.0 .rubocop.yml
dry-effects-0.1.1 .rubocop.yml
dry-monads-1.3.2 .rubocop.yml
dry-equalizer-0.3.0 .rubocop.yml
dry-types-1.2.1 .rubocop.yml
dry-logic-1.0.5 .rubocop.yml
dry-initializer-3.0.2 .rubocop.yml
dry-logic-1.0.4 .rubocop.yml
dry-configurable-0.9.0 .rubocop.yml