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 0701e1a commit eaa8457Copy full SHA for eaa8457
framework/codemodder-base/src/main/java/io/codemodder/CLI.java
@@ -121,6 +121,12 @@ final class CLI implements Callable<Integer> {
121
"a path to a file containing the result of a call to the Sonar Web API Issues endpoint")
122
private Path sonarIssuesJsonFilePath;
123
124
+ @CommandLine.Option(
125
+ names = {"--sonar-hotspots-json"},
126
+ description =
127
+ "a path to a file containing the result of a call to the Sonar Web API Hotspots endpoint")
128
+ private Path sonarHotspotsJsonFilePath;
129
+
130
@CommandLine.Option(
131
names = {"--list"},
132
description = "print codemod(s) metadata, then exit",
0 commit comments