Commit a1d11074 authored by Maurelian's avatar Maurelian

ci(ctb): Explicitly fail on broken slither detector

The incorrect shift in assembly detector is just broken. Where possible we should otherwise prefer
disabling detectors based on severity (currently only detecting 'high' or via triage mode so that
we can keep detecting other possibly dangerous instances of that detector.
parent 4adbe760
{ {
"detectors_to_exclude": "", "detectors_to_exclude": "incorrect-shift-in-assembly",
"fail_high": true, "fail_high": true,
"fail_pedantic": false, "fail_pedantic": false,
"exclude_optimization": true, "exclude_optimization": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment