You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --checklist flag currently sets --show-ignored-findings and includes findings with the "disable" comments. This should be documented, and there should be a way to generate a checklist without ignored findings.
0xalpharush
changed the title
[Bug-Candidate]: slither-disable-next-line is not working in --checklist mode ?
slither-disable-next-line is not working in --checklist mode ?
Jan 17, 2023
The --checklist flag currently sets --show-ignored-findings and includes findings with the "disable" comments. This should be documented, and there should be a way to generate a checklist without ignored findings.
Thanks. Is there any way to generate markdown format report without --show-ignored-findings ?
Describe the issue:
I've set
// slither-disable-next-line
in my code:And It's working without
--checklist
:But when I add
--checklist
, it seems all the comments not working:Code example to reproduce the issue:
Version:
0.9.2
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: