mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
Disable PVS-Studio license check (#1840)
This commit is contained in:
parent
3367bc6f68
commit
d1843c0094
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pvs_studio.yml
vendored
1
.github/workflows/pvs_studio.yml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
|||
pvs-studio-analyzer credentials ${{ secrets.PVS_STUDIO_CREDENTIALS }}
|
||||
pvs-studio-analyzer analyze \
|
||||
@.pvsoptions \
|
||||
--disableLicenseExpirationCheck \
|
||||
-j$(grep -c processor /proc/cpuinfo) \
|
||||
-f build/f7-firmware-DC/compile_commands.json \
|
||||
-o PVS-Studio.log
|
||||
|
|
Loading…
Reference in a new issue