[llvm-branch-commits] [clang-tools-extra] [clang-tidy][docs] Rewrite short check docs to Markdown (PR #210467)
Zeyi Xu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Jul 19 22:06:40 PDT 2026
================
@@ -1,12 +1,12 @@
-.. title:: clang-tidy - cert-env33-c
+```{title} clang-tidy - cert-env33-c
+```
-cert-env33-c
-============
+# cert-env33-c
The `cert-env33-c` check is an alias, please see
-:doc:`bugprone-command-processor <../bugprone/command-processor>`
+{doc}`bugprone-command-processor <../bugprone/command-processor>`
for more information.
This check corresponds to the CERT C Coding Standard rule
-`ENV33-C. Do not call system()
-<https://cmu-sei.github.io/secure-coding-standards/sei-cert-c-coding-standard/rules/environment-env/env33-c/>`_.
+[ENV33-C. Do not call system()](https://cmu-sei.github.io/secure-coding-standards/sei-cert-c-coding-standard/rules/environment-env/env33-c/).
+
----------------
zeyi2 wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/210467
More information about the llvm-branch-commits
mailing list