Skip to content

Commit

Permalink
chore: update Slither config
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Dec 4, 2023
1 parent bb2a2c8 commit 366c333
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"detectors_to_exclude": "naming-convention,reentrancy-events,solc-version,timestamp",
"filter_paths": "(lib|test)",
"filter_paths": "(test)",
"solc_remaps": [
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
"@prb/math/=lib/prb-math/",
"@prb/test/=lib/prb-test/src/",
"forge-std/=lib/forge-std/src/",
"solady/=lib/solady/src/",
"solarray/=lib/solarray/src/"
"@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/",
"@prb/math/=node_modules/@prb-math/",
"@prb/test/=node_modules/@prb/test/",
"forge-std/=node_modules/forge-std/",
"solady/=node_modules/solady/",
"solarray/=node_modules/solarray/"
]
}

0 comments on commit 366c333

Please sign in to comment.