QiuminGe / cpp-check-lint

MIT License
12 stars 6 forks source link

C99 standard not allowed, two C89 standards offered #42

Closed lubomilko closed 2 years ago

lubomilko commented 2 years ago

It is not possible to specify C99 standard and the C89 is duplicated, so the valid choices are: "C89, C89, C11". std_c

Also, setting the "c99" option in JSON settings is producing an error: c99_json

Would it be possible to fix it? The plugin is otherwise very helpful! Thank you.

QiuminGe commented 2 years ago

Thank you

https://github.com/QiuminGe/cpp-check-lint/pull/43