0.3.1 (#43) #108
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 warnings
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci:
contracts/examples/DummyDapp.sol#L15
Provide an error message for require
|
ci:
contracts/examples/DummyDappUpgradeable.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)
|
ci:
contracts/examples/DummyDappUpgradeable.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)
|
ci:
contracts/examples/DummyDappUpgradeable.sol#L6
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/examples/DummyDappUpgradeable.sol#L11
Variable name must be in mixedCase
|
ci:
contracts/examples/DummyDappUpgradeable.sol#L20
Code contains empty blocks
|
ci:
contracts/upgradeable/AccessTokenConsumerUpgradeable.sol#L19
Function name must be in mixedCase
|