Class: Rubocop::Getninjas::Install

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/rubocop/getninjas/install.rb

Instance Method Summary collapse

Instance Method Details

#create_rubocop_ymlObject



13
14
15
# File 'lib/rubocop/getninjas/install.rb', line 13

def create_rubocop_yml
  copy_file 'rubocop.yml', '.rubocop.yml'
end