Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] codan: lint integration

I want to write flexelint integration using codan.
The question is - where do I put it.

The options are"
a) do not commit to cdt
b) make part of current codan examples plugin (would be hard to
separate if somebody wants just it)
c) make another plugin in codan
c.1) just commit to cvs and don't include in ditribution
c.2) commit as plugin and include in codan feature

any suggestions?

If you wondering what it would contain:
- error parser, customized by flexelint format file (it is not trivial
because it has multiline errors)
- extension for problem details which would have a link to problem
documentation from their web-site
- possibly some quick fixes (such as adding comment to not show again)


Back to the top