ptomulik/puppet-portsng

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Include:
    - 'Rakefile'
    - 'Gemfile'
    - 'Vagrantfile'
    - 'lib/**/*.rb'
    - 'spec/**/*.rb'
  Exclude:
    - 'pkg/**/*'
    - 'vendor/**/*'
    - 'spec/fixtures/**/*'
Style/HashSyntax:
  EnforcedStyle: hash_rockets
Style/Lambda:
  EnforcedStyle: lambda