Skip to content

Commit bd1975f

Browse files
authored
Mark as false positive (#889)
1 parent d6f707a commit bd1975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aderyn_driver/src/lsp_report.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl LspReport {
3939
}
4040

4141
message.push_str(&format!(
42-
"\nTo ignore this warning, add:\n\n// aderyn-ignore-next-line({})\n\nor append to existing list:\n\n// aderyn-ignore-next-line(existing-rule, {})\n\n",
42+
"\nTo ignore this warning, add:\n\n// aderyn-ignore-next-line({})\n\nor mark as false positive:\n\n// aderyn-fp-next-line({})\n\n",
4343
issue_body.detector_name,
4444
issue_body.detector_name,
4545
));

0 commit comments

Comments
 (0)