padrino/padrino-framework

View on GitHub
padrino-gen/lib/padrino-gen/padrino-tasks/sequel.rb

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

if PadrinoTasks.load?(:sequel, defined?(Sequel))
  namespace :sq do
    namespace :migrate do
      desc "Perform automigration (reset your db data)"
      task :auto => :skeleton do
Severity: Major
Found in padrino-gen/lib/padrino-gen/padrino-tasks/sequel.rb - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status