Skip to content

Commit

Permalink
Remove unused-return detector
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Apr 24, 2024
1 parent bc8ed47 commit 8487c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/slither.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"filter_paths": "mocks|echidna|crytic|OUSDResolutionUpgrade.sol|MixOracle.sol|VaultInitializer.sol|StableMath.sol|openzeppelin|@openzeppelin",
"exclude_low": true,
"exclude_informational": true,
"detectors_to_exclude": "conformance-to-solidity-naming-conventions,different-pragma-directives-are-used,external-function,assembly,incorrect-equality"
"detectors_to_exclude": "conformance-to-solidity-naming-conventions,different-pragma-directives-are-used,external-function,assembly,incorrect-equality,unused-return"
}

0 comments on commit 8487c13

Please sign in to comment.