Sha256: cd71ec502a706f00c424cd8edaa68bbc41b0f858f6783a4829bc70d0f9dab525

Contents?: true

Size: 1.42 KB

Versions: 8

Compression:

Stored size: 1.42 KB

Contents

---
AllCops:
  DisplayCopNames:    true
  DisplayStyleGuide:  true
  StyleGuideCopsOnly: true
  TargetRubyVersion:  2.2

Lint/HandleExceptions:
  Exclude:
    - spec/**/*_spec.rb

Lint/RescueException:
  Exclude:
    - spec/**/*_spec.rb

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

Style/AccessorMethodName:
  Exclude:
    - spec/**/*_spec.rb

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/AsciiComments:
  Enabled: false

Style/CaseEquality:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/EmptyLineBetweenDefs:
  Enabled: false

Style/FileName:
  Enabled: false

Style/Lambda:
  Exclude:
    - spec/**/*_spec.rb

Style/ModuleFunction:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: compact

Style/Semicolon:
  Exclude:
    - spec/**/*_spec.rb

Style/SignalException:
  EnforcedStyle: semantic

Style/SingleLineBlockParams:
  Enabled: false

Style/SingleLineMethods:
  Exclude:
    - spec/**/*_spec.rb

Style/SpaceBeforeFirstArg:
  Enabled: false

Style/SpecialGlobalVars:
  Exclude:
    - Gemfile
    - dry-initializer.gemspec

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/TrivialAccessors:
  Exclude:
    - spec/**/*_spec.rb

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dry-initializer-0.5.0 .rubocop.yml
dry-initializer-0.4.0 .rubocop.yml
dry-initializer-0.3.3 .rubocop.yml
dry-initializer-0.3.2 .rubocop.yml
dry-initializer-0.3.1 .rubocop.yml
dry-initializer-0.3.0 .rubocop.yml
dry-initializer-0.2.1 .rubocop.yml
dry-initializer-0.2.0 .rubocop.yml