Skip to content

Commit

Permalink
Configure tailor to actually check the code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemu Matilainen committed May 8, 2013
1 parent ed28dda commit d453fd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ require 'tailor/rake_task'
desc "Run cane to check quality metrics"
Cane::RakeTask.new

Tailor::RakeTask.new
Tailor::RakeTask.new do |task|
task.file_set('lib/**/*.rb', 'code')
end

desc "Display LOC stats"
task :stats do
Expand Down

0 comments on commit d453fd1

Please sign in to comment.