Skip to content

Commit

Permalink
Also fix the wasm32 case
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellLuo committed Aug 31, 2024
1 parent 8f84dc3 commit 8c25f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_linter/src/message/sarif.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl SarifResult {
Ok(Self {
rule: message.rule(),
level: "error".to_string(),
message: message.name().to_string(),
message: message.body().to_string(),
uri: path.display().to_string(),
start_line: start_location.row,
start_column: start_location.column,
Expand Down

0 comments on commit 8c25f9c

Please # to comment.