Sha256: 9c5900018bb4dd27d96354911240bff2ad9c903624da8be4bd00a64aa41a9dce

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 KB

Contents

AllCops:
  Exclude:
    - bin/**/*
    - tmp/**/*

Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/HashSyntax:
  EnforcedStyle: ruby19
  UseHashRocketsWithSymbolValues: true

Style/ClassAndModuleChildren:
  Enabled: false

Style/AccessorMethodName:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/NegatedIf:
  Enabled: false

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/Lambda:
  Enabled: false

Style/BracesAroundHashParameters:
  Enabled: false

Style/PredicateName:
  NamePrefixBlacklist: []

Style/ClassAndModuleCamelCase:
  Enabled: false

Style/GlobalVars:
  Enabled: false

Style/WordArray:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Style/MultilineBlockLayout:
  Enabled: false

Style/SpaceAroundBlockParameters:
  Enabled: false

Style/BlockComments:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: compact

Lint/AmbiguousOperator:
  Enabled: false

Lint/EndAlignment:
  AlignWith: "variable"

Metrics/LineLength:
  Max: 100

Metrics/AbcSize:
  Enabled: False

Metrics/ClassLength:
  Max: 100

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dialers-0.2.2 .rubocop.yml
dialers-0.1.2 .rubocop.yml
dialers-0.1.1 .rubocop.yml
dialers-0.1.0 .rubocop.yml