-
Notifications
You must be signed in to change notification settings - Fork 1
/
steep_expectations.yml
55 lines (55 loc) · 1.24 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
---
- file: examples/mysql2/query_sql.rb
diagnostics:
- range:
start:
line: 98
character: 9
end:
line: 98
character: 23
severity: WARNING
message: 'Cannot find the declaration of constant: `ConnectionPool`'
code: Ruby::UnknownConstant
- range:
start:
line: 99
character: 4
end:
line: 99
character: 10
severity: WARNING
message: 'Cannot find the declaration of constant: `Mysql2`'
code: Ruby::UnknownConstant
- file: examples/pg/query_sql.rb
diagnostics:
- range:
start:
line: 68
character: 9
end:
line: 68
character: 23
severity: WARNING
message: 'Cannot find the declaration of constant: `ConnectionPool`'
code: Ruby::UnknownConstant
- range:
start:
line: 69
character: 13
end:
line: 69
character: 15
severity: WARNING
message: 'Cannot find the declaration of constant: `PG`'
code: Ruby::UnknownConstant
- range:
start:
line: 70
character: 34
end:
line: 70
character: 36
severity: WARNING
message: 'Cannot find the declaration of constant: `PG`'
code: Ruby::UnknownConstant