class Reek::CLI::Command::BaseCommand
Base class for all commands
Attributes
Public Class Methods
Source
# File lib/reek/cli/command/base_command.rb, line 10 def initialize(options:, sources:, configuration:) @options = options @sources = sources @configuration = configuration end
Private Instance Methods
Source
# File lib/reek/cli/command/base_command.rb, line 20 def smell_names @smell_names ||= options.smells_to_detect end