ForestAdmin/forest-rails

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

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method install has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def install
      if ForestLiana.env_secret.present?
        puts "\nForest liana already installed on this app.\nHere is your current environment " +
          "secret: #{ForestLiana.env_secret}\nYou can update the config/secrets.yml file with the " +
          "new environment secret: #{env_secret}"
Severity: Minor
Found in lib/generators/forest_liana/install_generator.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status