onuro.gemspec
Block has too many lines. [26/25] Open
Open
Gem::Specification.new do |spec|
spec.name = 'onuro'
spec.version = Onuro::VERSION
spec.authors = ['Rodrigo Reyes']
spec.email = ['encode@bytedecoder.me']
- Read upRead up
- Exclude checks
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
Open
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
- Exclude checks