mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
8 lines
209 B
Ruby
8 lines
209 B
Ruby
![]() |
# typed: strict
|
||
|
# frozen_string_literal: true
|
||
|
|
||
|
# TODO: add more reasons here
|
||
|
NO_AUTOBUMP_REASONS_LIST = T.let({
|
||
|
incompatible_version_format: "incompatible version format",
|
||
|
}.freeze, T::Hash[Symbol, String])
|