0

How can I integrate rules with

Andrew
  • 2,046
  • 1
  • 24
  • 37
amrutha
  • 1
  • 1
  • 1
  • I hate the MISRA Rules. Or better i hate some of the Rules and my MISRA Rule checker which sometimes doesn't unterstand the Rules... – nuriaion Jul 20 '10 at 11:32
  • Are you using a rule checker? You can tell eclipse to run it from the command line when you build or save. – Adam Shiemke Jul 20 '10 at 11:39

2 Answers2

1

QaC++ is a rule checker commercial tool from PRQA with a eclipse integration plugin.
It's not free, but it is the best checker I've seen with a very high check coverage.

TridenT
  • 4,879
  • 1
  • 32
  • 56
0

PC Lint is generally considered the most pragmatically useful of the reasonably-priced tools with Misra checking capability.

It is pretty straightforward to semi-integrate any command-line checking tool into Eclipse, either as an 'External Tool' or (usually better) calling it from your project makefile under a dedicated target.

Community
  • 1
  • 1
soru
  • 5,464
  • 26
  • 30