FxCop/StyleCop for Delphi?

2019-02-04 15:49发布

Does anyone know of an equivalent to FxCop/StyleCop for Delphi? I would really like to get the automatic checking of style, etc. into Continuous Integration.

8条回答
走好不送
2楼-- · 2019-02-04 16:41

The closest I've seen is CodeHealer from SOCK software. We use it, and we have integrated it into our FinalBuilder build. It differs from FxCop in one important way: It analyzes the source code, rather than the produced executable. It also doesn't check quite as much as FxCop does. But I think it is the best thing which is available in this category for Delphi.

Delphi 2009 support isn't there just yet, but they say they're working on it.

查看更多
Summer. ? 凉城
3楼-- · 2019-02-04 16:49

Delphi Code Analyzer is another one that is open source.

查看更多
登录 后发表回答