Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#5457 from ethereum-optimism/jm/f…
Browse files Browse the repository at this point in the history
…ix-slither-fail-mode

CI: fix how slither determines what to detect and when to fail.
  • Loading branch information
OptimismBot authored Apr 17, 2023
2 parents edb6603 + 49d54c3 commit fdaa95b
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 38,176 deletions.
6 changes: 4 additions & 2 deletions packages/contracts-bedrock/slither.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"detectors_to_exclude": "assembly-usage,block-timestamp,naming-convention,solc-version,low-level-calls,boolean-equality",
"detectors_to_exclude": "incorrect-shift-in-assembly",
"fail_high": true,
"fail_pedantic": false,
"exclude_optimization": true,
"exclude_informational": true,
"exclude_low": true,
"exclude_medium": true,
"exclude_high": false,
"solc_disable_warnings": false,
"hardhat_ignore_compile": false,
"disable_color": false,
Expand Down
Loading

0 comments on commit fdaa95b

Please sign in to comment.