Skip to content

Commit

Permalink
Update slither and solhint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
evercoinx committed Nov 27, 2024
1 parent 2e8a6bc commit 05c19e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .solhintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ artifacts/
cache/
coverage/
contracts/ChildPool.sol
contracts/FxBaseRootTunnel.sol
contracts/interfaces/IChildPool.sol
contracts/libraries/
contracts/mocks/
Expand Down
4 changes: 2 additions & 2 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compile_force_framework": "hardhat",
"detectors_to_exclude": "calls-loop,incorrect-equality,naming-convention,pragma,solc-version,unused-return,unused-state",
"include_paths": "(MaticX.sol|ValidatorRegistry.sol)",
"filter_paths": "(@openzeppelin/|libraries/|mocks/|state-transfer/)"
"include_paths": "(FxStateChildTunnel.sol|FxStateRootTunnel.sol|MaticX.sol|ValidatorRegistry.sol)",
"filter_paths": "(@openzeppelin/|libraries/|mocks/)"
}

0 comments on commit 05c19e3

Please sign in to comment.