We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3108eb commit f13101bCopy full SHA for f13101b
1 file changed
.github/workflows/ruby-core.yml
@@ -67,6 +67,7 @@ jobs:
67
bundle exec rake build:local_ruby
68
working-directory: ruby/rdoc
69
- name: Core docs coverage
70
+ # Exclusions match RDOC_COVERAGE_EXCLUDES in ruby/ruby's common.mk
71
run: >
72
BUNDLE_GEMFILE=../rdoc/Gemfile bundle exec rdoc --quiet -C
73
-x ^ext/json -x ^ext/openssl -x ^ext/psych
0 commit comments