遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/7866)
<a href="https://www.bestpractices.dev/projects/7866"><img src="https://www.bestpractices.dev/projects/7866/badge"></a>
fkYAML is a C++ header-only library which aims at handling YAML documents by just including header files. The only requirement is a C++11 compiler, and the code is reported to compile and run on a lot of major systems.
File https://github.com/fktn-k/fkYAML/blob/develop/CONTRIBUTING.md describes acceptable contributions.
The project uses GitHub's issue tracker at https://github.com/fktn-k/fkYAML/issues.
File https://github.com/fktn-k/fkYAML/blob/develop/CONTRIBUTING.md asks contributors to add unit tests for added functionalities.
The project is compiled with the following warning flags: -Wall -Wextra -pedantic, see file https://github.com/fktn-k/fkYAML/blob/develop/test/unit_test/CMakeLists.txt.
Clang-Tidy (https://clang.llvm.org/extra/clang-tidy/) and CodeQL (https://codeql.github.com/docs/) are routinely used to perform static analysis, see https://github.com/fktn-k/fkYAML/blob/develop/.github/workflows/ubuntu.yml#L39 and https://github.com/fktn-k/fkYAML/blob/develop/.github/workflows/codeql.yml.
后退