Skip to content

Commit a10f543

Browse files
commented old flags
1 parent c5047e8 commit a10f543

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

internal/tool/command.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import (
88
"io"
99
"os"
1010
"os/exec"
11-
"runtime"
12-
"strconv"
1311
"strings"
1412

1513
codacy "github.com/codacy/codacy-engine-golang-seed/v6"
@@ -87,10 +85,10 @@ func createCommandParameters(language string, configurationFile *os.File, filesT
8785
"--timeout-threshold", "50",
8886
"--max-target-bytes", "0",
8987
"--taint-intrafile",
90-
"--error-recovery",
88+
//"--error-recovery",
9189
"--max-memory", "5000",
92-
"-j", strconv.Itoa(runtime.NumCPU()),
93-
"-fast",
90+
//"-j", strconv.Itoa(runtime.NumCPU()),
91+
//"-fast",
9492
// adding pro features
9593
//"--historical-secrets",
9694
//"-deep_inter_file",

0 commit comments

Comments
 (0)