Module: T::Configuration
- Defined in:
- lib/cli/ui/sorbet_runtime_stub.rb
Class Method Summary collapse
- .call_validation_error_handler(signature, opts) ⇒ Object
- .call_validation_error_handler=(value) ⇒ Object
- .default_checked_level=(default_checked_level) ⇒ Object
- .enable_checking_for_sigs_marked_checked_tests ⇒ Object
- .enable_final_checks_on_hooks ⇒ Object
- .enable_legacy_t_enum_migration_mode ⇒ Object
- .hard_assert_handler(str, extra) ⇒ Object
- .hard_assert_handler=(value) ⇒ Object
- .inline_type_error_handler(error) ⇒ Object
- .inline_type_error_handler=(value) ⇒ Object
- .log_info_handler(str, extra) ⇒ Object
- .log_info_handler=(value) ⇒ Object
- .reset_final_checks_on_hooks ⇒ Object
- .scalar_types ⇒ Object
- .scalar_types=(values) ⇒ Object
-
.sealed_violation_whitelist ⇒ Object
rubocop:disable Naming/InclusiveLanguage.
- .sealed_violation_whitelist=(sealed_violation_whitelist) ⇒ Object
-
.sig_builder_error_handler(error, location) ⇒ Object
rubocop:enable Naming/InclusiveLanguage.
- .sig_builder_error_handler=(value) ⇒ Object
- .sig_validation_error_handler(error, opts) ⇒ Object
- .sig_validation_error_handler=(value) ⇒ Object
- .soft_assert_handler(str, extra) ⇒ Object
- .soft_assert_handler=(value) ⇒ Object
Class Method Details
.call_validation_error_handler(signature, opts) ⇒ Object
79 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 79 def self.call_validation_error_handler(signature, opts); end |
.call_validation_error_handler=(value) ⇒ Object
80 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 80 def self.call_validation_error_handler=(value); end |
.default_checked_level=(default_checked_level) ⇒ Object
81 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 81 def self.default_checked_level=(default_checked_level); end |
.enable_checking_for_sigs_marked_checked_tests ⇒ Object
82 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 82 def self.enable_checking_for_sigs_marked_checked_tests; end |
.enable_final_checks_on_hooks ⇒ Object
83 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 83 def self.enable_final_checks_on_hooks; end |
.enable_legacy_t_enum_migration_mode ⇒ Object
84 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 84 def self.enable_legacy_t_enum_migration_mode; end |
.hard_assert_handler(str, extra) ⇒ Object
86 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 86 def self.hard_assert_handler(str, extra); end |
.hard_assert_handler=(value) ⇒ Object
87 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 87 def self.hard_assert_handler=(value); end |
.inline_type_error_handler(error) ⇒ Object
88 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 88 def self.inline_type_error_handler(error); end |
.inline_type_error_handler=(value) ⇒ Object
89 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 89 def self.inline_type_error_handler=(value); end |
.log_info_handler(str, extra) ⇒ Object
90 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 90 def self.log_info_handler(str, extra); end |
.log_info_handler=(value) ⇒ Object
91 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 91 def self.log_info_handler=(value); end |
.reset_final_checks_on_hooks ⇒ Object
85 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 85 def self.reset_final_checks_on_hooks; end |
.scalar_types ⇒ Object
92 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 92 def self.scalar_types; end |
.scalar_types=(values) ⇒ Object
93 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 93 def self.scalar_types=(values); end |
.sealed_violation_whitelist ⇒ Object
rubocop:disable Naming/InclusiveLanguage
95 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 95 def self.sealed_violation_whitelist; end |
.sealed_violation_whitelist=(sealed_violation_whitelist) ⇒ Object
96 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 96 def self.sealed_violation_whitelist=(sealed_violation_whitelist); end |
.sig_builder_error_handler(error, location) ⇒ Object
rubocop:enable Naming/InclusiveLanguage
98 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 98 def self.sig_builder_error_handler(error, location); end |
.sig_builder_error_handler=(value) ⇒ Object
99 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 99 def self.sig_builder_error_handler=(value); end |
.sig_validation_error_handler(error, opts) ⇒ Object
100 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 100 def self.sig_validation_error_handler(error, opts); end |
.sig_validation_error_handler=(value) ⇒ Object
101 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 101 def self.sig_validation_error_handler=(value); end |
.soft_assert_handler(str, extra) ⇒ Object
102 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 102 def self.soft_assert_handler(str, extra); end |
.soft_assert_handler=(value) ⇒ Object
103 |
# File 'lib/cli/ui/sorbet_runtime_stub.rb', line 103 def self.soft_assert_handler=(value); end |