We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f707a commit bd1975fCopy full SHA for bd1975f
aderyn_driver/src/lsp_report.rs
@@ -39,7 +39,7 @@ impl LspReport {
39
}
40
41
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",
+ "\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",
43
issue_body.detector_name,
44
45
));
0 commit comments