if I create an empty ordered struct, your linter shows a message, that newStruct() shouldn't be used. Instead I should use {} but I don't think newStruct('ordered') has such an equivalent, does it?
See cflint/CFLint#607 for the upstream issue. This is just an extension that integrates the linter into VS Code, so issues with the linter itself should go there.
Hey KamasamaK,
if I create an empty ordered struct, your linter shows a message, that
newStruct()
shouldn't be used. Instead I should use{}
but I don't thinknewStruct('ordered')
has such an equivalent, does it?Best regards