KamasamaK / vscode-cflint

An extension to integrate CFLint into Visual Studio Code.
MIT License
17 stars 9 forks source link

Creating empty ordered struct #13

Closed shaedrich closed 5 years ago

shaedrich commented 5 years ago

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 think newStruct('ordered') has such an equivalent, does it?

Best regards

KamasamaK commented 5 years ago

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.

shaedrich commented 5 years ago

Sorry.