marcoow (owner)

Revisions

gist: 227875 Download_button fork
public
Public Clone URL: git://gist.github.com/227875.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
require 'simplabs/excellent/rake'
 
desc 'Analyse the source with excellent.'
Simplabs::Excellent::Rake::ExcellentTask.new(:excellent) do |t|
  t.paths = %w(app lib)
end