Sha256: b3079036459e983d8dba31a00bcfa2f6ea4dabcf27d52f53e2a7d46a509825ac

Contents?: true

Size: 1.02 KB

Versions: 94

Compression:

Stored size: 1.02 KB

Contents

inherit_from: .rubocop.relaxed.yml

AllCops:
  Exclude:
    - __test/**
    - spec/**/*
    - Gemfile
    - "*.gemspec"
    - bundler/**/*
    - vendor/bundle/**/* # travis with --deployment
  TargetRubyVersion: 2.4

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%i': '()'
    '%I': '()'
    '%r': '{}'
    '%w': '()'
    '%W': '()'

Style/FormatString:
  EnforcedStyle: percent

Style/FrozenStringLiteralComment:
  EnforcedStyle: always

Style/WordArray:
  Enabled: true
  MinSize: 3

Style/SymbolArray:
  Enabled: true
  MinSize: 3

Gemspec/OrderedDependencies:
  Enabled: false

Style/PerlBackrefs:
  Enabled: true

Layout/SpaceInsideParens:
  Enabled: true

Style/SpecialGlobalVars:
  Enabled: true

Style/Alias:
  Enabled: true

Style/BeginBlock:
  Enabled: true

Naming/UncommunicativeMethodParamName:
  AllowedNames:
    - cn

# new in 0.56, seems to give false-positivies
# https://github.com/bbatsov/rubocop/issues/5887
Lint/SplatKeywordArguments:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Version data entries

94 entries across 94 versions & 4 rubygems

Version Path
superbot-0.5.3 .rubocop.yml
superbot-0.5.2 .rubocop.yml
superbot-0.5.1 .rubocop.yml
fuser-0.3.0 .rubocop.yml
superbot-0.5.0 .rubocop.yml
fuser-0.2.0 .rubocop.yml
superbot-0.4.9 .rubocop.yml
superbot-0.4.8 .rubocop.yml
superbot-0.4.7 .rubocop.yml
superbot-0.4.6 .rubocop.yml
superbot-0.4.5 .rubocop.yml
superbot-0.4.4 .rubocop.yml
superbot-0.4.3 .rubocop.yml
superbot-0.4.2 .rubocop.yml
superbot-0.4.1 .rubocop.yml
superbot-0.4.0 .rubocop.yml
superbot-0.3.7 .rubocop.yml
superbot-0.3.6 .rubocop.yml
fuser-0.1.4 .rubocop.yml
fuser-0.1.3 .rubocop.yml