mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Include changelog, comment out unnecessary code
This commit is contained in:
parent
272a1bab7f
commit
2a24d541bd
2 changed files with 12 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
--title "Sidekiq"
|
||||
--query '@return || @param || '@yield' || @api.text == "public"'
|
||||
--readme docs/menu.md
|
||||
--readme docs/menu.md
|
||||
- Changes.md
|
18
Rakefile
18
Rakefile
|
@ -5,14 +5,16 @@ require "yard"
|
|||
require "yard/rake/yardoc_task"
|
||||
|
||||
YARD::Rake::YardocTask.new do |yard|
|
||||
yard.files = [
|
||||
"lib/sidekiq/api.rb",
|
||||
"lib/sidekiq/client.rb",
|
||||
"lib/sidekiq/worker.rb",
|
||||
# "lib/sidekiq/job.rb",
|
||||
"-",
|
||||
"Changes.md",
|
||||
"docs/menu.md"]
|
||||
# keeping this in here for now, but code can be deleted once we are ready
|
||||
# to push. .yardopts takes care of this.
|
||||
# yard.files = [
|
||||
# "lib/sidekiq/api.rb",
|
||||
# "lib/sidekiq/client.rb",
|
||||
# "lib/sidekiq/worker.rb",
|
||||
# # "lib/sidekiq/job.rb",
|
||||
# "-",
|
||||
# "Changes.md",
|
||||
# "docs/menu.md"]
|
||||
end
|
||||
|
||||
Rake::TestTask.new(:test) do |test|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue