mirror of
https://github.com/hathach/tinyusb.git
synced 2025-10-29 19:49:07 +00:00
added .pvsconfig to exclude some rules
This commit is contained in:
parent
cc597d5cd5
commit
621123b9b3
1
.PVS-Studio/.pvsconfig
Normal file
1
.PVS-Studio/.pvsconfig
Normal file
@ -0,0 +1 @@
|
||||
//-V::2506,2514
|
||||
2
.github/workflows/static_analysis.yml
vendored
2
.github/workflows/static_analysis.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
mkdir -p build
|
||||
cmake examples -B build -G Ninja -DBOARD=${{ matrix.board }} -DCMAKE_BUILD_TYPE=MinSizeRel
|
||||
cmake --build build
|
||||
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
|
||||
plog-converter -t sarif -o pvs-studio-${{ matrix.board }}.sarif PVS-Studio.log
|
||||
|
||||
- name: Upload SARIF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user