From 8487c136dab859495ee852bdc9987cde7a26bde5 Mon Sep 17 00:00:00 2001 From: Shahul Hameed <10547529+shahthepro@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:37:28 +0530 Subject: [PATCH] Remove `unused-return` detector --- contracts/slither.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/slither.config.json b/contracts/slither.config.json index 6ba907ef1c..5693fd9e1f 100644 --- a/contracts/slither.config.json +++ b/contracts/slither.config.json @@ -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" } \ No newline at end of file