Created
March 30, 2010 07:29
-
-
Save yasuhito/348871 to your computer and use it in GitHub Desktop.
reek.rake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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