Skip to content

Commit

Permalink
Adds slither config
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Mar 22, 2024
1 parent b45ee01 commit 4f5f957
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"detectors_to_exclude": "assembly,solc-version,naming-convention,incorrect-equality,uninitialized-local,timestamp,low-level-calls,unimplemented-functions,too-many-digits,similar-names,calls-loop,arbitrary-send-eth,reentrancy-no-eth,reentrancy-benign,incorrect-shift-in-assembly",
"filter_paths": "lib/|test/|mocks/|BytesLib|script/",
"solc_remaps": [
"forge-std/=lib/forge-std/src/",
"@openzeppelin/=lib/openzeppelin-contracts/",
"@openzeppelin-upgrades/=lib/openzeppelin-contracts-upgradeable/",
"ds-test/=lib/ds-test/src/"
],
"compile_force_framework": "foundry"
}

0 comments on commit 4f5f957

Please sign in to comment.