Skip to content

Commit

Permalink
Remove Rakefile doc task
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Nov 29, 2015
1 parent 0b1ecb1 commit ca7f4b4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Rakefile
Expand Up @@ -11,16 +11,3 @@ RuboCop::RakeTask.new

task test: [:spec, :rubocop]
task default: [:spec, :rubocop]

namespace :doc do
begin
require 'yard'
YARD::Rake::YardocTask.new do |task|
task.files = ['README.md', 'LICENSE.md', 'lib/**/*.rb']
task.options = [
'--markup', 'markdown',
]
end
rescue LoadError
end
end

0 comments on commit ca7f4b4

Please sign in to comment.