Class: Lumise::Commands::Rubocop::RepoFiles
- Inherits:
-
Object
- Object
- Lumise::Commands::Rubocop::RepoFiles
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
#command, #exec_exist?, #generator, #logger, #prompt, #which
Class Method Details
.call ⇒ Object
11
12
13
|
# File 'lib/lumise/services/commands/rubocop/repo_files.rb', line 11
def self.call
new.call
end
|
Instance Method Details
#call ⇒ Object
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
|