thirunjuguna/natra

View on GitHub

Showing 1 of 1 total issue

Class AppGenerator has 30 methods (exceeds 20 allowed). Consider refactoring.
Open

    class AppGenerator < Thor::Group
      include Thor::Actions
      desc 'Creates a new Sinatra application'
      argument :name, type: :string, desc: 'The name of the new application'
      class_option :capistrano, type: :boolean, desc: 'Include Capistrano configuration'
Severity: Minor
Found in lib/natra/generators/app/app_generator.rb - About 3 hrs to fix
    Severity
    Category
    Status
    Source
    Language