rumblelabs/asset_sync

View on GitHub
lib/generators/asset_sync/install_generator.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class InstallGenerator has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

  class InstallGenerator < Rails::Generators::Base
    desc "Install a config/asset_sync.yml and the asset:precompile rake task enhancer"

    # Commandline options can be defined here using Thor-like options:
    class_option :use_yml,   :type => :boolean, :default => false, :desc => "Use YML file instead of Rails Initializer"
Severity: Minor
Found in lib/generators/asset_sync/install_generator.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status