Skip to content

Commit 4e95308

Browse files
committed
Un-exclude Stan diagnostics related to StrictData
We specifically want to test this diagnostic, so we need it to fire.
1 parent 9509b27 commit 4e95308

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

plugins/hls-stan-plugin/test/testdata/.stan.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# See https://github.com/kowainik/stan/issues/531
22
# Unix
3-
[[check]]
4-
type = "Exclude"
5-
id = "STAN-0206"
6-
scope = "all"
7-
83
[[check]]
94
type = "Exclude"
105
id = "STAN-0103"
@@ -16,11 +11,6 @@ id = "STAN-0212"
1611
directory = "dir/"
1712

1813
# Windows
19-
[[check]]
20-
type = "Exclude"
21-
id = "STAN-0206"
22-
scope = "all"
23-
2414
[[check]]
2515
type = "Exclude"
2616
id = "STAN-0103"
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
data A = A Int Int
2-
31
a = length [1..]
42

53
b = undefined

0 commit comments

Comments
 (0)