ByteDecoder/onuro

View on GitHub
onuro.gemspec

Summary

Maintainability
Test Coverage

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

Gem::Specification.new do |spec|
  spec.name          = 'onuro'
  spec.version       = Onuro::VERSION
  spec.authors       = ['Rodrigo Reyes']
  spec.email         = ['encode@bytedecoder.me']
Severity: Minor
Found in onuro.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.

TODO found
Open

  #   spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
Severity: Minor
Found in onuro.gemspec by fixme

There are no issues that match your filters.

Category
Status