-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.JETLSConfig.toml.default
More file actions
84 lines (70 loc) · 1.83 KB
/
.JETLSConfig.toml.default
File metadata and controls
84 lines (70 loc) · 1.83 KB
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
formatter = "JuliaFormatter"
[full_analysis]
auto_instantiate = false # boolean, default: true
[diagnostic]
all_files = false # boolean, default: true
[[diagnostic.patterns]]
pattern = "not concretized"
match_by = "message"
match_type = "regex"
severity = "off"
[[diagnostic.patterns]]
pattern = "copy!.*Random.TaskLocalRNG.*Nothing"
match_by = "message"
match_type = "regex"
severity = "off"
[[diagnostic.patterns]]
pattern = "`integrator` is not defined"
match_by = "message"
match_type = "literal"
severity = "off"
[[diagnostic.patterns]]
pattern = "`__PRECOMPILE__` may be undefined"
match_by = "message"
match_type = "literal"
severity = "off"
[[diagnostic.patterns]]
pattern = "`PROJECT` may be undefined"
match_by = "message"
match_type = "literal"
severity = "off"
[[diagnostic.patterns]]
pattern = "`sys_state` may be undefined"
match_by = "message"
match_type = "literal"
severity = "off"
[[diagnostic.patterns]]
pattern = "`KiteControllers._publish_fpc_command` is not defined"
match_by = "message"
match_type = "literal"
severity = "off"
[[diagnostic.patterns]]
pattern = "`ssc` may be undefined"
match_by = "message"
match_type = "literal"
severity = "off"
path = "examples/**"
[[diagnostic.patterns]]
pattern = "`kps4` may be undefined"
match_by = "message"
match_type = "literal"
severity = "off"
path = "examples/**"
[[diagnostic.patterns]]
pattern = "`js` may be undefined"
match_by = "message"
match_type = "literal"
severity = "off"
path = "examples/**"
[[diagnostic.patterns]]
pattern = "`jsaxes` may be undefined"
match_by = "message"
match_type = "literal"
severity = "off"
path = "examples/**"
[[diagnostic.patterns]]
pattern = "`jsbuttons` may be undefined"
match_by = "message"
match_type = "literal"
severity = "off"
path = "examples/**"