Class: Lumise::Commands::Rubocop
- Inherits:
-
Lumise::Command
- Object
- Lumise::Command
- Lumise::Commands::Rubocop
- Includes:
- L
- Defined in:
- lib/lumise/commands/rubocop.rb,
lib/lumise/services/commands/rubocop/repo_files.rb,
lib/lumise/services/commands/rubocop/update_gems.rb,
lib/lumise/services/commands/rubocop/update_todo.rb,
lib/lumise/services/commands/rubocop/update_files.rb
Defined Under Namespace
Classes: RepoFiles, UpdateFiles, UpdateGems, UpdateTodo
Instance Attribute Summary collapse
-
#plugins ⇒ Object
readonly
Returns the value of attribute plugins.
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(_options) ⇒ Rubocop
constructor
A new instance of Rubocop.
Methods included from L
Methods included from Lumise::Commands
#command, #exec_exist?, #generator, #logger, #prompt, #which
Constructor Details
Instance Attribute Details
#plugins ⇒ Object (readonly)
Returns the value of attribute plugins.
16 17 18 |
# File 'lib/lumise/commands/rubocop.rb', line 16 def plugins @plugins end |
Instance Method Details
#execute ⇒ Object
18 19 20 21 22 |
# File 'lib/lumise/commands/rubocop.rb', line 18 def execute update_gems create_files update_todo end |