Class: Lumise::Commands::Rubocop::RepoFiles

Inherits:
Object
  • Object
show all
Includes:
Lumise::Commands, L
Defined in:
lib/lumise/services/commands/rubocop/repo_files.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from L

#l

Methods included from Lumise::Commands

#command, #exec_exist?, #generator, #logger, #prompt, #which

Class Method Details

.callObject



11
12
13
# File 'lib/lumise/services/commands/rubocop/repo_files.rb', line 11

def self.call
  new.call
end

Instance Method Details

#callObject



15
16
17
18
19
20
# File 'lib/lumise/services/commands/rubocop/repo_files.rb', line 15

def call
  remove_tmp_lumise
  recreate_tmp_lumise
  clone_repo_onto_tmp_lumise
  rubocop_files
end