diff options
| author | Claude <[email protected]> | 2026-06-11 14:56:16 +0000 |
|---|---|---|
| committer | Claude <[email protected]> | 2026-06-11 14:56:16 +0000 |
| commit | dd31ba4530f1904b0d2d83fa6b008502354fb400 (patch) | |
| tree | 653b702ec97ba9b3a381913d1fbdb4e3f6e1e177 /AGENTS.md | |
| parent | 65b2aeb6a92a4681ec495a4d89565862dfaa55cf (diff) | |
pvs skill: harden credentials parsing; note compile DB is exported by default
- Parse PVS_STUDIO_CREDENTIALS into two quoted fields (no glob/word-split).
- AGENTS.md: examples build sets CMAKE_EXPORT_COMPILE_COMMANDS ON already.
Addresses Copilot review on #3695.
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -153,7 +153,8 @@ Reports land in `cmake-metrics/<board>/metrics_compare.md` (per-board) and `cmak ## Static Analysis (PVS-Studio) -Requires `compile_commands.json` (CMake `-DCMAKE_EXPORT_COMPILE_COMMANDS=ON`). The +Requires `compile_commands.json`, which the examples build exports by default +(`hw/bsp/family_support.cmake` sets `CMAKE_EXPORT_COMPILE_COMMANDS ON`). The `pvs` skill (`.claude/skills/pvs/SKILL.md`) wraps the build + analyze flow for a board; the commands below are the underlying steps. |
