Skip to content

feat: refactor handlers so they return deposit data intead of handler response #7

feat: refactor handlers so they return deposit data intead of handler response

feat: refactor handlers so they return deposit data intead of handler response #7

Triggered via pull request January 10, 2024 14:30
Status Failure
Total duration 46s
Artifacts

lint.yml

on: pull_request
Lint Solidity
30s
Lint Solidity
Lint Typescript
34s
Lint Typescript
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Lint Solidity: src/contracts/handlers/ERC20Handler.sol#L63
Line length must be no more than 120 but current length is 141
Lint Solidity
Process completed with exit code 1.
Lint Typescript: test/e2e/erc20/decimals/bothChainsNot18Decimals.test.ts#L11
'createDepositProposalDataFromHandlerResponse' is defined but never used. Allowed unused vars must match /^_/u
Lint Typescript
Process completed with exit code 1.
Lint Solidity: src/contracts/handlers/fee/BasicFeeHandler.sol#L81
Variable "depositData" is unused
Lint Solidity: src/contracts/handlers/fee/BasicFeeHandler.sol#L82
Variable "feeData" is unused
Lint Solidity: src/contracts/handlers/fee/BasicFeeHandler.sol#L100
Variable "sender" is unused
Lint Solidity: src/contracts/handlers/fee/BasicFeeHandler.sol#L101
Variable "fromDomainID" is unused
Lint Solidity: src/contracts/handlers/fee/BasicFeeHandler.sol#L104
Variable "depositData" is unused
Lint Solidity: src/contracts/handlers/fee/BasicFeeHandler.sol#L105
Variable "feeData" is unused
Lint Solidity: src/contracts/handlers/fee/PercentageERC20FeeHandlerEVM.sol#L68
Variable "fromDomainID" is unused
Lint Solidity: src/contracts/handlers/PermissionlessGenericHandler.sol#L112
Variable "resourceID" is unused