We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc597d5 commit 621123bCopy full SHA for 621123b
.PVS-Studio/.pvsconfig
@@ -0,0 +1 @@
1
+//-V::2506,2514
.github/workflows/static_analysis.yml
@@ -137,7 +137,7 @@ jobs:
137
mkdir -p build
138
cmake examples -B build -G Ninja -DBOARD=${{ matrix.board }} -DCMAKE_BUILD_TYPE=MinSizeRel
139
cmake --build build
140
- pvs-studio-analyzer analyze -f build/compile_commands.json -j --exclude-path hw/mcu/ --exclude-path lib/
+ pvs-studio-analyzer analyze -R .PVS-Studio/.pvsconfig -f build/compile_commands.json --exclude-path hw/mcu/ --exclude-path lib/ -j
141
plog-converter -t sarif -o pvs-studio-${{ matrix.board }}.sarif PVS-Studio.log
142
143
- name: Upload SARIF
0 commit comments