Skip to content

Commit 3ae1d50

Browse files
committed
Suppress one message
1 parent 74b5378 commit 3ae1d50

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.JETLSConfig.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ formatter = "JuliaFormatter"
44
auto_instantiate = false # boolean, default: true
55

66
[diagnostic]
7-
all_files = false # boolean, default: true
7+
all_files = false # boolean, default: true
8+
9+
[[diagnostic.patterns]]
10+
pattern = "no matching method found `copy!\\(::Random\\.TaskLocalRNG, ::Nothing\\)`"
11+
match_by = "message"
12+
match_type = "regex"
13+
severity = "off"

0 commit comments

Comments
 (0)