Sha256: 3347577c25b21fc6ec7afc3af75526236764910c74b40b635417494fc0261b86

Contents?: true

Size: 1.34 KB

Versions: 33

Compression:

Stored size: 1.34 KB

Contents

ClassLength:
  # It's not worth bending over backwards to avoid long classes.
  Enabled: false
CollectionMethods:
  PreferredMethods:
    collect: 'map'
    reduce: 'inject'
    detect: 'find'
    find_all: 'select'
CyclomaticComplexity:
  Enabled: false
Documentation:
  # TODO: We need to add a bunch of docs before we can enable this.
  Enabled: false
HashSyntax:
  EnforcedStyle: hash_rockets
IfUnlessModifier:
  Enabled: false
LineLength:
  Enabled: true
  Max: 160
Metrics/AbcSize:
  Enabled: false
MethodLength:
  Max: 50
  CountComments: false
ModuleFunction:
  # The module_function declaration makes methods private so it means you can't use the module as a module.
  Enabled: false
ParenthesesAroundCondition:
  AllowSafeAssignment: false
PerlBackrefs:
  Enabled: false
RaiseArgs:
  EnforcedStyle: compact
RedundantReturn:
  AllowMultipleReturnValues: true
RegexpLiteral:
  Enabled: false
SignalException:
  EnforcedStyle: only_raise
SpaceAroundEqualsInParameterDefault:
  EnforcedStyle: no_space
SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space
StringLiterals:
  # They say to not use double quoted strings unless there is interpolation.
  # While this gives a marginal parse time speedup, it makes working with
  # strings annoying.
  Enabled: false
TrailingComma:
  Enabled: true
UnneededPercentX:
  Enabled: false
WhileUntilModifier:
  Enabled: false

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
patternfly-sass-3.23.2 .rubocop.yml
patternfly-sass-3.23.1 .rubocop.yml
patternfly-sass-3.23.0 .rubocop.yml
patternfly-sass-3.21.0 .rubocop.yml
patternfly-sass-3.20.0 .rubocop.yml
patternfly-sass-3.17.0 .rubocop.yml
patternfly-sass-3.15.0 .rubocop.yml
patternfly-sass-3.14.0 .rubocop.yml
patternfly-sass-3.13.0 .rubocop.yml
patternfly-sass-3.12.0 .rubocop.yml
patternfly-sass-3.11.0 .rubocop.yml
patternfly-sass-3.10.0 .rubocop.yml
patternfly-sass-3.9.0 .rubocop.yml
patternfly-sass-3.8.1 .rubocop.yml
patternfly-sass-3.8.0 .rubocop.yml
patternfly-sass-3.7.0 .rubocop.yml
patternfly-sass-3.6.0 .rubocop.yml
patternfly-sass-3.5.1 .rubocop.yml
patternfly-sass-3.5.0 .rubocop.yml
patternfly-sass-3.4.0 .rubocop.yml