We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b5378 commit 3ae1d50Copy full SHA for 3ae1d50
1 file changed
.JETLSConfig.toml
@@ -4,4 +4,10 @@ formatter = "JuliaFormatter"
4
auto_instantiate = false # boolean, default: true
5
6
[diagnostic]
7
-all_files = false # boolean, default: true
+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