FxCop/StyleCop for Delphi?

后端 未结 8 815
野的像风
野的像风 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条回答
  •  感情败类
    2020-12-30 07:35

    The DGrok project started with something like FxCop some years ago. The parser and analysis parts are still available, read more at "DGrok 0.8.1: multithreading, default options, GPL" - The parser is a .Net project but

    DGrok is a set of tools for parsing Delphi source code and telling you stuff about it. Read more about it on the DGrok project page.

提交回复
热议问题