Skip to content

Commit 967a5fd

Browse files
committed
Move yard opts file into root folder
Although there is the `--yardopts` file option and we only build docs for the `/core` (yet), I think it is best to share the options for all subfolders. Also does not require the gem on boot as we only run yard via command line anyway.
1 parent 454269d commit 967a5fd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/.yardopts .yardopts

File renamed without changes.

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
gem 'rspec_junit_formatter', require: false, group: :ci
6060

6161
# Documentation
62-
gem 'yard'
62+
gem 'yard', require: false
6363

6464
custom_gemfile = File.expand_path('Gemfile-custom', __dir__)
6565
eval File.read(custom_gemfile) if File.exist?(custom_gemfile)

0 commit comments

Comments
 (0)