Skip to content

Commit

Permalink
feat: Implement sarif format reporter
Browse files Browse the repository at this point in the history
Fixes #594
  • Loading branch information
Zxilly authored and epage committed Dec 16, 2024
1 parent 32b9644 commit 6390844
Show file tree
Hide file tree
Showing 13 changed files with 611 additions and 36 deletions.
213 changes: 189 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ colorchoice-clap = "1.0.3"
serde_regex = "1.1.0"
regex = "1.10.4"
encoding_rs = "0.8.34"
serde-sarif = "0.5.0"

[dev-dependencies]
assert_fs = "1.1"
Expand Down
Loading

0 comments on commit 6390844

Please sign in to comment.