We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a41289 commit 61d0ac2Copy full SHA for 61d0ac2
1 file changed
Rakefile
@@ -43,7 +43,7 @@ end
43
44
desc "Generate documentation for Yard, and fail if there are any warnings"
45
task :test_doc do
46
- sh "bin/yard --fail-on-warning #{"--no-progress" if ENV["CI"]}"
+ sh "ruby bin/yard --fail-on-warning #{"--no-progress" if ENV["CI"]}"
47
end
48
49
task :default => [:rubocop, :spec, :test_doc]
0 commit comments