Skip to content

fix: remove excessive comments #10

fix: remove excessive comments

fix: remove excessive comments #10

Triggered via push March 10, 2025 23:04
Status Failure
Total duration 1m 6s
Artifacts

tests.yml

on: push
Run Unit Tests
43s
Run Unit Tests
Run Integration Tests
40s
Run Integration Tests
Medusa Test
56s
Medusa Test
Run symbolic execution tests
35s
Run symbolic execution tests
Lint Commit Messages
21s
Lint Commit Messages
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Run symbolic execution tests
Process completed with exit code 1.
Run Integration Tests
Process completed with exit code 1.
Run Unit Tests
Process completed with exit code 1.
Medusa Test
Process completed with exit code 6.
Lint Commit Messages: src/contracts/DonationHandler.sol#L2
Compiler version ^0.8.0 does not satisfy the ^0.8.23 semver requirement
Lint Commit Messages: src/contracts/DonationHandler.sol#L4
global import of path @openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint Commit Messages: src/contracts/DonationHandler.sol#L5
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint Commit Messages: src/contracts/DonationHandler.sol#L6
global import of path @openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint Commit Messages: src/contracts/DonationHandler.sol#L7
global import of path @openzeppelin/contracts/interfaces/IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint Commit Messages: src/contracts/DonationHandler.sol#L10
'ETH_TOKEN_ADDRESS' should start with _
Lint Commit Messages: src/contracts/DonationHandler.sol#L32
Function order is incorrect, struct definition can not go after custom error definition (line 23)
Lint Commit Messages: src/contracts/DonationHandler.sol#L221
Error message for revert is too long
Lint Commit Messages: script/DeployDonationHandler.s.sol#L2
Compiler version ^0.8.22 does not satisfy the ^0.8.23 semver requirement
Lint Commit Messages: test/DonationHandler.t.sol#L2
Compiler version ^0.8.0 does not satisfy the ^0.8.23 semver requirement