thekompanee/chamber

View on GitHub
lib/chamber/commands/initialize.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Method call has 113 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def call
    key_pairs = namespaces.map do |namespace|
      Chamber::KeyPair.new(namespace:     namespace,
                           key_file_path: rootpath)
    end
Severity: Major
Found in lib/chamber/commands/initialize.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status