Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update comment
  • Loading branch information
zguesmi committed Jul 25, 2025
commit 0834b51a3887d2b6178772676f2325cbb78fe71f
2 changes: 1 addition & 1 deletion contracts/tools/testing/slither/Slither.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {IexecPoco2Facet} from "../../../modules/facets/IexecPoco2Facet.sol";
/**
* @notice This contract is dedicated to slither analysis.
*
* @dev This contract aggregates multiple delegate contracts into a single entry point
* @dev This contract aggregates multiple facet contracts into a single entry point
* to facilitate static analysis using Slither.
*/
//slither-disable-start unused-state
Expand Down
2 changes: 1 addition & 1 deletion contracts/tools/testing/slither/SlitherBoost.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {IexecPocoBoostFacet} from "../../../modules/facets/IexecPocoBoostFacet.s
/**
* @notice This contract is dedicated to slither analysis.
*
* @dev This contract aggregates multiple delegate contracts into a single entry point
* @dev This contract aggregates multiple facet contracts into a single entry point
* to facilitate static analysis using Slither.
*/
//slither-disable-start unused-state
Expand Down