Skip to content

feat: add typehash constants #361

feat: add typehash constants

feat: add typehash constants #361

Triggered via push October 23, 2024 20:24
Status Failure
Total duration 37s
Artifacts

ci.yml

on: push
Foundry project
14s
Foundry project
Matrix: Run Linters
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Foundry project
Process completed with exit code 1.
Run Linters (16.x): solidity/contracts/modules/dispute/BondEscalationModule.sol#L312
Missing named parameters. Max unnamed parameters value is 4
Run Linters (16.x): solidity/contracts/modules/dispute/RootVerificationModule.sol#L90
Missing named parameters. Max unnamed parameters value is 4
Run Linters (16.x): solidity/contracts/modules/resolution/ArbitratorModule.sol#L65
Missing named parameters. Max unnamed parameters value is 4
Run Linters (16.x): solidity/contracts/modules/resolution/BondEscalationResolutionModule.sol#L144
Missing named parameters. Max unnamed parameters value is 4
Run Linters (16.x): solidity/contracts/modules/resolution/ERC20ResolutionModule.sol#L115
Missing named parameters. Max unnamed parameters value is 4
Run Linters (16.x): solidity/contracts/modules/resolution/ERC20ResolutionModule.sol#L118
Missing named parameters. Max unnamed parameters value is 4
Run Linters (16.x): solidity/contracts/modules/resolution/PrivateERC20ResolutionModule.sol#L147
Missing named parameters. Max unnamed parameters value is 4
Run Linters (16.x): solidity/contracts/modules/resolution/PrivateERC20ResolutionModule.sol#L150
Missing named parameters. Max unnamed parameters value is 4
Run Linters (16.x)
Process completed with exit code 1.
Foundry project
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Linters (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Linters (16.x): solidity/test/mocks/MockArbitrator.sol#L19
'AccessControl' should start with _
Run Linters (16.x): solidity/test/mocks/MockArbitrator.sol#L19
Variable name AccessControl must be in mixedCase
Run Linters (16.x): solidity/test/mocks/MockArbitrator.sol#L19
Variable "AccessControl" is unused
Run Linters (16.x): solidity/contracts/modules/dispute/BondEscalationModule.sol#L4
imported name AccessControllerModule is not used
Run Linters (16.x): solidity/contracts/modules/dispute/BondEscalationModule.sol#L14
global import of path ../../utils/Typehash.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Linters (16.x): solidity/contracts/modules/dispute/BondEscalationModule.sol#L14
Import '../../utils/Typehash.sol' in contract BondEscalationModule should be declared as import {contract_to_import} from '../../utils/Typehash.sol';
Run Linters (16.x): solidity/contracts/modules/response/BondedResponseModule.sol#L9
imported name _PLEDGE_FOR_DISPUTE_TYPEHASH is not used
Run Linters (16.x): solidity/interfaces/modules/resolution/IArbitratorModule.sol#L4
imported name IAccessController is not used