From accf5f4dacb75323419bc323ccd6e8141016ecee Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 7 Apr 2022 10:46:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B0=D0=BD=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduled.yml b/scheduled.yml index ec17809..92e0a89 100644 --- a/scheduled.yml +++ b/scheduled.yml @@ -156,7 +156,7 @@ variables: else cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -B build . cmake --build build -j - pvs-studio-analyzer analyze -f build/compile_commands.json -j + pvs-studio-analyzer analyze -a 29 -f build/compile_commands.json -j plog-converter -a "GA:1,2,3;64:1;OP:1,2;CS:1,2" -t errorfile PVS-Studio.log fi