Sha256: 97064ee7aab4a59304f7faba001fbce9e9dc80be55e13bf62cabfd797f276513

Contents?: true

Size: 397 Bytes

Versions: 2

Compression:

Stored size: 397 Bytes

Contents

require: rubocop-performance

# Custom project config
AllCops:
  Exclude:
  - './Vagrantfile'
  - './vagrant-google.gemspec'

Layout/EmptyLinesAroundBlockBody:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Metrics/LineLength:
  Max: 120

Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Style/HashSyntax:
  EnforcedStyle: no_mixed_keys

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-google-2.7.0 .rubocop.yml
vagrant-google-2.6.0 .rubocop.yml