Skip to content

Commit 029a352

Browse files
committed
Add comment documentation feature check format
Rather than remove the feature check code, we document it for future use.
1 parent 14fefc8 commit 029a352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tapioca/helpers/sorbet_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module SorbetHelper
2020
SORBET_PAYLOAD_URL = "https://github.com/sorbet/sorbet/tree/master/rbi"
2121

2222
FEATURE_REQUIREMENTS = T.let({
23+
# feature_name: ::Gem::Requirement.new(">= ___"), # https://github.com/sorbet/sorbet/pull/___
2324
}.freeze, T::Hash[Symbol, ::Gem::Requirement])
2425

2526
sig { params(sorbet_args: String).returns(Spoom::ExecResult) }

0 commit comments

Comments
 (0)