Sha256: a43de35c33d0ed1d0ab062fd5e54a0fd26b1e5d5f033ab434e7ccdd74a5104c9

Contents?: true

Size: 934 Bytes

Versions: 18

Compression:

Stored size: 934 Bytes

Contents

inherit_from: .rubocop_todo.yml
inherit_gem:
  ruboconfig: rubocop.yml

AllCops:
  TargetRubyVersion: 2.1

# Limit lines to 80 characters.
LineLength:
  Max: 80

ClassLength:
  Max: 400

# Avoid single-line methods.
SingleLineMethods:
  AllowIfMethodIsEmpty: true

# Wants underscores in all large numbers. Pain in the ass for things like
# unix timestamps.
NumericLiterals:
  Enabled: false

Performance/RegexpMatch:
  Enabled: false

# Wants you to use the same argument names for every reduce. This seems kinda
# naff compared to naming them semantically
SingleLineBlockParams:
  Enabled: false

Style/SignalException:
  EnforcedStyle: 'only_raise'

# Wants to exclude accents from comments
Style/AsciiComments:
  Enabled: false

# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 25

# Configuration parameters: CountComments.
Metrics/ModuleLength:
  Max: 400

Layout/DotPosition:
  EnforcedStyle: 'trailing'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ibandit-0.11.28 .rubocop.yml
ibandit-0.11.27 .rubocop.yml
ibandit-0.11.26 .rubocop.yml
ibandit-0.11.25 .rubocop.yml
ibandit-0.11.24 .rubocop.yml
ibandit-0.11.23 .rubocop.yml
ibandit-0.11.19 .rubocop.yml
ibandit-0.11.18 .rubocop.yml
ibandit-0.11.17 .rubocop.yml
ibandit-0.11.16 .rubocop.yml
ibandit-0.11.15 .rubocop.yml
ibandit-0.11.14 .rubocop.yml
ibandit-0.11.13 .rubocop.yml
ibandit-0.11.12 .rubocop.yml
ibandit-0.11.11 .rubocop.yml
ibandit-0.11.10 .rubocop.yml
ibandit-0.11.9 .rubocop.yml
ibandit-0.11.7 .rubocop.yml