-
- Downloads
Configure rubocop
Use rubocop-rspec for added checks specific to rspec tests. The two checks that are disabled are pretty annoying in the context of puppet tests.
parent
5db2270c
Branches
No related tags found
.rubocop.yml
0 → 100644
... | ... | @@ -14,6 +14,7 @@ group :development, :test do |
gem 'rspec-hiera-puppet' | ||
gem 'rspec-puppet' | ||
gem 'rubocop' | ||
gem 'rubocop-rspec' | ||
end | ||
group :docs do | ||
... | ... |
Please register or sign in to comment