summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-02-29 21:56:26 +0300
committerMarat Radchenko <marat@slonopotamus.org>2020-02-29 21:56:26 +0300
commit9099da0c491ba01b85402954015cb87f2349e584 (patch)
tree9b6cc6e7e2a554271e1c410e6bada6fdd127a9c7 /tasks
parenta06794547a92bc654888cb625b0ef7ca7f11a5d9 (diff)
Remove yard-related stuff, we're not using it
Diffstat (limited to 'tasks')
-rw-r--r--tasks/yard.rake8
1 files changed, 0 insertions, 8 deletions
diff --git a/tasks/yard.rake b/tasks/yard.rake
deleted file mode 100644
index 00a2d37..0000000
--- a/tasks/yard.rake
+++ /dev/null
@@ -1,8 +0,0 @@
-# frozen_string_literal: true
-
-begin
- require 'yard'
- YARD::Rake::YardocTask.new
-rescue LoadError
- warn $!.message
-end