We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d16013 commit 979729bCopy full SHA for 979729b
.github/workflows/build.yml
@@ -99,7 +99,7 @@ jobs:
99
cmake --build ./build --target je2be --parallel $(nproc)
100
- name: Analyze
101
run: |
102
- pvs-studio-analyzer analyze -f ./build/compile_commands.json -j $(nproc) -e ./build/_deps -e ./test -e ./example
+ pvs-studio-analyzer analyze -f ./build/compile_commands.json --disableLicenseExpirationCheck -j $(nproc) -e ./build/_deps -e ./test -e ./example
103
- name: Convert report
104
105
plog-converter --excludedCodes V1042 -t sarif -o pvs-report.sarif PVS-Studio.log
0 commit comments