-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsteep_expectations.yml
194 lines (194 loc) · 5.09 KB
/
steep_expectations.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
---
- file: lib/bbk/utils/config.rb
diagnostics:
- range:
start:
line: 37
character: 24
end:
line: 37
character: 35
severity: ERROR
message: The method parameter has different kind from the declaration `() -> instance`
code: Ruby::DifferentMethodParameterKind
- range:
start:
line: 63
character: 41
end:
line: 63
character: 50
severity: ERROR
message: |-
Cannot assign a value of type `nil` to an expression of type `::String`
nil <: ::String
code: Ruby::IncompatibleAssignment
- range:
start:
line: 63
character: 65
end:
line: 63
character: 73
severity: ERROR
message: |-
Cannot assign a value of type `nil` to an expression of type `::String`
nil <: ::String
code: Ruby::IncompatibleAssignment
- range:
start:
line: 74
character: 47
end:
line: 74
character: 56
severity: ERROR
message: |-
Cannot assign a value of type `nil` to an expression of type `::BBK::Utils::Config::typeCaster`
nil <: ::BBK::Utils::Config::typeCaster
nil <: (::BBK::Utils::Config::_CallableCaster | ::BBK::Utils::Config::_ClassCaster)
nil <: ::BBK::Utils::Config::_CallableCaster
code: Ruby::IncompatibleAssignment
- range:
start:
line: 88
character: 38
end:
line: 88
character: 47
severity: ERROR
message: |-
Cannot assign a value of type `nil` to an expression of type `::String`
nil <: ::String
code: Ruby::IncompatibleAssignment
- range:
start:
line: 88
character: 62
end:
line: 88
character: 71
severity: ERROR
message: |-
Cannot assign a value of type `nil` to an expression of type `::BBK::Utils::Config::typeCaster`
nil <: ::BBK::Utils::Config::typeCaster
nil <: (::BBK::Utils::Config::_CallableCaster | ::BBK::Utils::Config::_ClassCaster)
nil <: ::BBK::Utils::Config::_CallableCaster
code: Ruby::IncompatibleAssignment
- range:
start:
line: 88
character: 73
end:
line: 88
character: 81
severity: ERROR
message: |-
Cannot assign a value of type `nil` to an expression of type `::String`
nil <: ::String
code: Ruby::IncompatibleAssignment
- range:
start:
line: 103
character: 15
end:
line: 103
character: 27
severity: ERROR
message: |-
Cannot assign a value of type `::RBS::Unnamed::ENVClass` to an expression of type `::BBK::Utils::Config::envSource`
::RBS::Unnamed::ENVClass <: ::BBK::Utils::Config::envSource
::RBS::Unnamed::ENVClass <: (::_ENV | ENVClass)
::RBS::Unnamed::ENVClass <: ::_ENV
(::String) -> (::String | nil) <: (::String) -> ::String
(::String | nil) <: ::String
nil <: ::String
code: Ruby::IncompatibleAssignment
- range:
start:
line: 210
character: 12
end:
line: 210
character: 16
severity: ERROR
message: Cannot jump from here
code: Ruby::UnexpectedJump
- range:
start:
line: 253
character: 20
end:
line: 253
character: 60
severity: ERROR
message: 'UnexpectedError: Unknown name for build_instance: ENVClass'
code: Ruby::UnexpectedError
- file: lib/bbk/utils/env_helper.rb
diagnostics:
- range:
start:
line: 46
character: 41
end:
line: 46
character: 50
severity: ERROR
message: |-
Cannot pass a value of type `(::String | nil)` as an argument of type `::String`
(::String | nil) <: ::String
nil <: ::String
code: Ruby::ArgumentTypeMismatch
- range:
start:
line: 63
character: 39
end:
line: 63
character: 48
severity: ERROR
message: |-
Cannot pass a value of type `(::String | nil)` as an argument of type `::String`
(::String | nil) <: ::String
nil <: ::String
code: Ruby::ArgumentTypeMismatch
- file: lib/bbk/utils/logger.rb
diagnostics:
- range:
start:
line: 14
character: 26
end:
line: 14
character: 34
severity: ERROR
message: The method parameter has different kind from the declaration `(*untyped)
-> ::_Logger`
code: Ruby::DifferentMethodParameterKind
- file: lib/bbk/utils.rb
diagnostics:
- range:
start:
line: 24
character: 43
end:
line: 24
character: 66
severity: ERROR
message: |-
Cannot pass a value of type `(::String | nil)` as an argument of type `::String`
(::String | nil) <: ::String
nil <: ::String
code: Ruby::ArgumentTypeMismatch
- file: sig/bbk/config.rbs
diagnostics:
- range:
start:
line: 20
character: 30
end:
line: 20
character: 38
severity: ERROR
message: Cannot find type `::ENVClass`
code: RBS::UnknownTypeName