Skip to content

Commit

Permalink
Add CLI for Sonar hotspots JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Mar 19, 2024
1 parent 2003be5 commit d23bb6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To guarantee a consistent user experience when using codemodder codemods, we off
| --output-format | the format for the data output file (codetf or diff) |
| --sarif | comma-separated set of path(s) to SARIF file(s) to feed to the codemods |
| --sonar-issues-json | the path to a file containing output from Sonar's Issues API |
| --sonar-hotspots-json | the path to a file containing output from Sonar's Hotspots API |
| --path-include | comma-separated, exact-match, set of UNIX glob patterns to include. In the case of a conflict with excludes, excludes are given precedence.|
| --path-exclude | comma-separated, exact-match, set of UNIX glob patterns to exclude. In the case of a conflict with includes, excludes are given precedence.|
| --dry-run | do everything except make changes to files|
Expand Down

0 comments on commit d23bb6d

Please sign in to comment.