class Suspenders::LintGenerator

Public Instance Methods

set_up_hound() click to toggle source
# File lib/suspenders/generators/lint_generator.rb, line 5
def set_up_hound
  copy_file "hound.yml", ".hound.yml"
end
set_up_standard() click to toggle source
# File lib/suspenders/generators/lint_generator.rb, line 9
def set_up_standard
  gem "standard", group: :development
  prepend_to_file("Rakefile", 'require "standard/rake"')
end