lib/hexx/suit/install.rb in hexx-suit-0.0.1 vs lib/hexx/suit/install.rb in hexx-suit-0.1.0
- old
+ new
@@ -78,8 +78,17 @@
#
# @api private
def create_metrics_loader
copy_file "_metrics", ".metrics"
end
+
+ # creates metric_fu loader
+ #
+ # @return [undefined]
+ #
+ # @api private
+ def create_rubocop_loader
+ copy_file "_rubocop.yml", ".rubocop.yml"
+ end
end # class Install
end # module Suit
end # module Hexx