Sha256: 25f60bd64ee492f66df72495a3ef2bd905469f4fd769027c0ef6ca3b079035cf

Contents?: true

Size: 1.48 KB

Versions: 13

Compression:

Stored size: 1.48 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/BlockDelimiters:
  Exclude:
    - spec/**/*_spec.rb

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

13 entries across 13 versions & 1 rubygems

Version Path
dry-initializer-1.0.0 .rubocop.yml
dry-initializer-0.11.0 .rubocop.yml
dry-initializer-0.10.2 .rubocop.yml
dry-initializer-0.10.1 .rubocop.yml
dry-initializer-0.10.0 .rubocop.yml
dry-initializer-0.9.3 .rubocop.yml
dry-initializer-0.9.2 .rubocop.yml
dry-initializer-0.9.1 .rubocop.yml
dry-initializer-0.9.0 .rubocop.yml
dry-initializer-0.8.1 .rubocop.yml
dry-initializer-0.8.0 .rubocop.yml
dry-initializer-0.7.0 .rubocop.yml
dry-initializer-0.6.0 .rubocop.yml