Skip to content

Commit 1aec55a

Browse files
revery lizard
1 parent 3c6fa22 commit 1aec55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lizard/lizardRunner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func RunLizard(workDirectory string, binary string, files []string, outputFile s
1717
}
1818

1919
// Construct base command with lizard module
20-
args := []string{"-m", "lizard", "--warnings_only"}
20+
args := []string{"-m", "lizard", "-V"}
2121

2222
// Add files to analyze - if no files specified, analyze current directory
2323
if len(files) > 0 {

0 commit comments

Comments
 (0)