go-jsonnet/testdata/object_comp_assert.linter.golden
Stanisław Barzowski 8fcbda5b50 Linter
2020-08-13 21:06:34 +02:00

6 lines
130 B
Plaintext

../testdata/object_comp_assert:1:32-35 Object comprehension cannot have asserts
{ assert self.x == 5, ["x"]: 5 for i in [42] }