Sha256: da9d6bba50e88cb86ded6818940cb64a0aaafbe58b85e601fc49fb8213407013

Contents?: true

Size: 1.32 KB

Versions: 46

Compression:

Stored size: 1.32 KB

Contents

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  DisplayStyleGuide: true
  Exclude:
    - 'script/*'

Metrics/LineLength:
  Max: 120

Metrics/ClassLength:
  Max: 125

Metrics/MethodLength:
  Max: 20
  Exclude:
    - 'test/*'

Style/DateTime:
  Exclude:
    - 'test/*'

Style/ZeroLengthPredicate:
  Exclude:
    - 'test/*'

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/MultilineMethodCallBraceLayout:
  EnforcedStyle: new_line

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/IndentHash:
  EnforcedStyle: consistent

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/SingleLineMethods:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/WordArray:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/PerlBackrefs:
   Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Lint/CircularArgumentReference:
  Enabled: false

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
gillbus-0.23.0 .rubocop.yml
gillbus-0.22.9 .rubocop.yml
gillbus-0.22.8 .rubocop.yml
gillbus-0.22.7 .rubocop.yml
gillbus-0.22.6 .rubocop.yml
gillbus-0.22.5 .rubocop.yml
gillbus-0.22.4 .rubocop.yml
gillbus-0.22.3 .rubocop.yml
gillbus-0.22.2 .rubocop.yml
gillbus-0.22.1 .rubocop.yml
gillbus-0.22.0 .rubocop.yml
gillbus-0.21.0 .rubocop.yml
gillbus-0.20.9 .rubocop.yml
gillbus-0.20.8 .rubocop.yml
gillbus-0.20.7 .rubocop.yml
gillbus-0.20.6 .rubocop.yml
gillbus-0.20.5 .rubocop.yml
gillbus-0.20.4 .rubocop.yml
gillbus-0.20.3 .rubocop.yml
gillbus-0.20.2 .rubocop.yml