Sha256: 1318711518a3c9604fc5579ebd189ea23e895e6119e430d255ed4fcaa1df2a95

Contents?: true

Size: 350 Bytes

Versions: 1

Compression:

Stored size: 350 Bytes

Contents

class Recipes::Style < Rails::AppBuilder
  def create
    copy_file '../assets/.rubocop.yml', '.rubocop.yml'
    copy_file '../assets/.ruby_style.yml', '.ruby_style.yml'
    copy_file '../assets/.hound.yml', '.hound.yml'
    append_to_file '.gitignore', '.rubocop-http*\n'
    add_readme_header :style_guide
  end

  def install
    create
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
potassium-2.0.0 lib/potassium/recipes/style.rb