Fix remaining YARD exception

This commit is contained in:
Douglas Eichelberger 2023-01-11 18:16:43 -08:00
parent 4abc51f328
commit 794b839e36
2 changed files with 5 additions and 1 deletions

View File

@ -64,4 +64,4 @@ jobs:
- name: Process rubydoc comments
working-directory: Library/Homebrew
run: bundle exec yard doc --plugin sorbet --no-output #--fail-on-warning
run: bundle exec yard doc --plugin sorbet --no-output --fail-on-warning

View File

@ -19,6 +19,10 @@ module Kernel
private :superenv?
end
# @!parse
# # ENV is not actually a class, but this makes `YARD` happy
# # @see https://rubydoc.info/stdlib/core/ENV ENV core documentation
# class ENV; end
module EnvActivation
extend T::Sig