FxCop/StyleCop for Delphi?

后端 未结 8 819
野的像风
野的像风 2020-12-30 06:51

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条回答
  •  旧时难觅i
    2020-12-30 07:39

    There is a new Delphi plugin for Sonar, which uses a Delphi grammar to run automatic tests over the source code.

提交回复
热议问题