Merge pull request #14360 from dduugg/env-class
Fix remaining YARD exception, enable --fail-on-warning
This commit is contained in:
commit
ebd0d61dfa
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -64,4 +64,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Process rubydoc comments
|
- name: Process rubydoc comments
|
||||||
working-directory: Library/Homebrew
|
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
|
||||||
|
|||||||
@ -19,6 +19,10 @@ module Kernel
|
|||||||
private :superenv?
|
private :superenv?
|
||||||
end
|
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
|
module EnvActivation
|
||||||
extend T::Sig
|
extend T::Sig
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user