BIAndrews/ec2tagfacts

View on GitHub

Showing 1 of 24 total issues

Block has too many lines. [26/25]
Open

group :test do
  gem 'rake', '< 11.0'
  gem "puppet", ENV['PUPPET_GEM_VERSION'] || '~> 4.2.3'
  gem "rspec", '< 3.2.0'
  gem "rspec-puppet"
Severity: Minor
Found in Gemfile by rubocop

This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.

Severity
Category
Status
Source
Language