Sha256: 1cc5a2c13e141b999f0a3400386bf0fd8307c93cc23be5f0936e94a4b0d0b83f

Contents?: true

Size: 1.57 KB

Versions: 30

Compression:

Stored size: 1.57 KB

Contents

AllCops:
  TargetRubyVersion: 2.4

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/FrozenStringLiteralComment:
  EnforcedStyle: always

Style/ClassCheck:
  EnforcedStyle: kind_of?

Metrics/LineLength:
  Max: 80

Style/BlockDelimiters:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

ClassLength:
  Enabled: false

CyclomaticComplexity:
  Enabled: false

Documentation:
  Enabled: false

Encoding:
  Enabled: false

FileName:
  Enabled: false

IfUnlessModifier:
  Enabled: false

MethodLength:
  Enabled: false

ModuleFunction:
  Enabled: false

OneLineConditional:
  Enabled: false

ParameterLists:
  Enabled: false

Proc:
  Enabled: false

SingleLineBlockParams:
  Enabled: false

VariableInterpolation:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

WhileUntilModifier:
  Enabled: false

PredicateName:
  NamePrefixBlacklist:
    - is_

StringLiterals:
  EnforcedStyle: double_quotes

DotPosition:
  EnforcedStyle: leading

SpaceBeforeBlockBraces:
  EnforcedStyle: space

SpaceInsideBlockBraces:
  EnforcedStyle: no_space

DoubleNegation:
  Enabled: false

SpaceInsideBlockBraces:
  SpaceBeforeBlockParameters: false

SpaceInsideHashLiteralBraces:
  Enabled: false

PercentLiteralDelimiters:
  PreferredDelimiters:
    '%':  '{}'
    '%i': '{}'
    '%q': '{}'
    '%Q': '{}'
    '%r': '{}'
    '%s': '{}'
    '%w': '{}'
    '%W': '{}'
    '%x': '{}'

Style/CollectionMethods:
  PreferredMethods:
    collect: 'map'
    collect!: 'map!'
    inject: 'reduce'
    detect: 'find'
    find_all: 'select'

Version data entries

30 entries across 20 versions & 4 rubygems

Version Path
boppers-0.0.10 .rubocop.yml
boppers-0.0.10 lib/boppers/generator/plugin/.rubocop.yml
botkit-0.0.5 .rubocop.yml
botkit-0.0.4 .rubocop.yml
botkit-0.0.3 .rubocop.yml
botkit-0.0.2 .rubocop.yml
botkit-telegram-0.0.1 .rubocop.yml
botkit-0.0.1 .rubocop.yml
boppers-0.0.9 lib/boppers/generator/plugin/.rubocop.yml
boppers-0.0.9 .rubocop.yml
boppers-0.0.8 lib/boppers/generator/plugin/.rubocop.yml
boppers-0.0.8 .rubocop.yml
boppers-0.0.7 .rubocop.yml
boppers-0.0.7 lib/boppers/generator/plugin/.rubocop.yml
boppers-0.0.6 lib/boppers/generator/plugin/.rubocop.yml
boppers-0.0.6 .rubocop.yml
boppers-0.0.5 lib/boppers/generator/plugin/.rubocop.yml
boppers-0.0.5 .rubocop.yml
boppers-uptime-0.1.2 .rubocop.yml
boppers-0.0.4 lib/boppers/generator/plugin/.rubocop.yml