duke-automation/varanus

View on GitHub
varanus.gemspec

Summary

Maintainability
Test Coverage

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

Gem::Specification.new do |spec|
  spec.name          = 'varanus'
  spec.version       = Varanus::VERSION
  spec.authors       = ['Sean Dilda']
  spec.email         = ['sean@duke.edu']
Severity: Minor
Found in varanus.gemspec 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.

There are no issues that match your filters.

Category
Status