Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

archive msg

archive msg #74

Triggered via push November 3, 2023 20:18
Status Cancelled
Total duration 27s
Artifacts

lint-test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
test (16.x, ubuntu-latest)
Canceled by the server.
test (16.x, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L4
global import of path @openzeppelin/contracts/token/ERC721/ERC721.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L5
global import of path @openzeppelin/contracts/token/ERC20/IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L6
global import of path @openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L7
global import of path @openzeppelin/contracts/access/Ownable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L8
global import of path @openzeppelin/contracts/utils/Counters.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L9
global import of path ./IERC5725.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L28
Use Custom Errors instead of require statements
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L36
Use Custom Errors instead of require statements
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L39
Use Custom Errors instead of require statements
test (16.x, ubuntu-latest): contracts/ERC5725.sol#L182
Use Custom Errors instead of require statements