Showing 3 of 9 total issues
Class ServiceManager
has 26 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class ServiceManager attr_reader :service attr_reader :settings
Class UbuntuHelper
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class UbuntuHelper attr_reader :current_path attr_reader :log_path attr_reader :script_path
Method terminate_nodes
has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring. Open
Open
def terminate_nodes alive = nodes_alive if alive.empty? puts "There are no #{service} nodes alive" else
- Read upRead up