Class: Rubysmith::Builders::Reek

Inherits:
Abstract
  • Object
show all
Defined in:
lib/rubysmith/builders/reek.rb

Overview

Builds project skeleton Reek code quality support.

Instance Method Summary collapse

Methods inherited from Abstract

#initialize

Constructor Details

This class inherits a constructor from Rubysmith::Builders::Abstract

Instance Method Details

#callObject



11
12
13
14
15
16
# File 'lib/rubysmith/builders/reek.rb', line 11

def call
  return false unless settings.build_reek

  builder.call(settings.merge(template_path: "%project_name%/.reek.yml.erb")).render
  true
end