Skip to content

Commit

Permalink
vale
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Apr 30, 2024
1 parent a719b3f commit ef042f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/extend/ENV.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ def superenv?(env)
private :superenv?
end

# <!-- vale off -->
# @!parse
# # `ENV` is not actually a class, but this makes YARD happy
# # @see https://rubydoc.info/stdlib/core/ENV
# # <code>ENV</code> core documentation
# # @see Superenv
# # @see Stdenv
# class ENV; end
# <!-- vale on -->

module EnvActivation
sig { params(env: T.nilable(String)).void }
Expand Down

0 comments on commit ef042f5

Please sign in to comment.