遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/1625)
<a href="https://www.bestpractices.dev/projects/1625"><img src="https://www.bestpractices.dev/projects/1625/badge"></a>
Archicheck is a simple tool to describe and enforce architecture/design decision
The build process is embedding a dozen of style checks. Some more guidelines could be provided, I wait for first contributions to write rules on the fly, only if needed, and only if I can't check those points in an automatic way..
Tests architecture, and test policy regarding extensive coverage is documented in http://lionel.draghi.free.fr/Archicheck/contributing/.
Uses of the -gnatwae switch turns on (almost) all warnings, and treats warnings as errors.
No security mechanism used.
The GNAT compiler (with the options provided here) is doing the job.
Ada is the main answer, being added that no exotic features are use in this project regarding memory management (memory pool, or even pointers are not used).
后退