We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6fa22 commit 1aec55aCopy full SHA for 1aec55a
tools/lizard/lizardRunner.go
@@ -17,7 +17,7 @@ func RunLizard(workDirectory string, binary string, files []string, outputFile s
17
}
18
19
// Construct base command with lizard module
20
- args := []string{"-m", "lizard", "--warnings_only"}
+ args := []string{"-m", "lizard", "-V"}
21
22
// Add files to analyze - if no files specified, analyze current directory
23
if len(files) > 0 {
0 commit comments