plentz/lol_dba

View on GitHub
lol_dba.gemspec

Summary

Maintainability
Test Coverage

Showing 3 of 3 total issues

Line is too long. [119/100]
Open

s.summary = 'A small package of rake tasks to track down missing database indexes and generate sql migration scripts'
Severity: Minor
Found in lol_dba.gemspec by rubocop

required_ruby_version (2.0, declared in lol_dba.gemspec) and TargetRubyVersion (2.1, declared in .rubocop.yml) should be equal.
Open

s.required_ruby_version = '>= 2.0.0'
Severity: Minor
Found in lol_dba.gemspec by rubocop

Line is too long. [204/100]
Open

s.description = 'lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.'
Severity: Minor
Found in lol_dba.gemspec by rubocop
Category
Status