Skip to content

Instantly share code, notes, and snippets.

@yasuhito
Created March 30, 2010 07:29
Show Gist options
  • Save yasuhito/348871 to your computer and use it in GitHub Desktop.
Save yasuhito/348871 to your computer and use it in GitHub Desktop.
reek.rake
require "reek/rake/task"
#
# See the follwing URL for details:
# http://wiki.github.com/kevinrutherford/reek/rake-task
#
Reek::Rake::Task.new do | t |
t.fail_on_error = true
t.verbose = false
t.reek_opts = "--quiet"
t.source_files = "lib/**/*.rb"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment