From 1466afbd5c48a1334e171349449990b45a2aa871 Mon Sep 17 00:00:00 2001 From: Grzegorz Miszewski <97128556+gmiszewski-intent@users.noreply.github.com> Date: Tue, 16 Aug 2022 20:51:47 +0200 Subject: [PATCH] Update index.js Removed --options --- src/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.js b/src/index.js index 5f58447..009f920 100644 --- a/src/index.js +++ b/src/index.js @@ -40,10 +40,10 @@ async function analyze(workingDirectory) { const analysisOptionsFile = core.getInput('analysis-options-file'); const args = ['--format', 'machine']; - if (fs.existsSync(path.resolve(workingDirectory, analysisOptionsFile))) { - args.push('--options'); - args.push(analysisOptionsFile); - } +// if (fs.existsSync(path.resolve(workingDirectory, analysisOptionsFile))) { +// args.push('--options'); +// args.push(analysisOptionsFile); +// } args.push('.');