Sha256: 723e90d2d8d135be84662ca3e79e3b9f354c999a06ee3e6b0655bf68c455566f

Contents?: true

Size: 420 Bytes

Versions: 7

Compression:

Stored size: 420 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rake

AllCops:
  DisplayStyleGuide: true
  NewCops: enable

# Require versions for every gem
Bundler/GemVersion:
  Enabled: true

# Allow short parameter names (e.g. coords(x, y))
Naming/MethodParameterName:
  MinNameLength: 1

# Double quotes everywhere so they don't have to change if interpolation is added to a string
Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubocop-rickselby-0.8.0 config/default.yml
rubocop-rickselby-0.7.0 config/default.yml
rubocop-rickselby-0.6.0 config/default.yml
rubocop-rickselby-0.5.0 config/default.yml
rubocop-rickselby-0.4.0 config/default.yml
rubocop-rickselby-0.3.0 config/default.yml
rubocop-rickselby-0.2.0 config/default.yml