Skip to content

Commit

Permalink
ci: fix issue in slither job caused by solc remaps in slither config
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion9979 committed Jun 30, 2023
1 parent 96b1411 commit 97c7bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"detectors_to_exclude": "naming-convention,reentrancy-events,solc-version,timestamp",
"filter_paths": "(lib|test)",
"solc_remaps": [
"@openzeppelin/contracts=lib/openzeppelin-contracts/contracts/",
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
"@prb/math/=lib/prb-math/src/",
"@prb/test/=lib/prb-test/src/",
"forge-std/=lib/forge-std/src/",
Expand Down

0 comments on commit 97c7bf9

Please sign in to comment.