Skip to content

Commit f0aadd0

Browse files
committed
Add comment documentation feature check format
Rather than remove the feature check code, we document it for future use.
1 parent 76515f5 commit f0aadd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)