Skip to content

fixing continuous integration #913

fixing continuous integration

fixing continuous integration #913

Triggered via pull request April 8, 2024 16:16
Status Success
Total duration 1m 32s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
Run linters: contracts/L2/ETHx.sol#L4
Use double quotes for string literals
Run linters: contracts/L2/ETHx.sol#L5
Use double quotes for string literals
Run linters: contracts/L2/ETHx.sol#L6
Use double quotes for string literals
Run linters: contracts/L2/ETHx.sol#L16
Use double quotes for string literals
Run linters: contracts/L2/ETHx.sol#L17
Use double quotes for string literals
Run linters: contracts/L2/ETHx.sol#L18
Use double quotes for string literals
Run linters: contracts/L2/ETHx.sol#L26
Use double quotes for string literals
Run linters: contracts/L2/ETHx.sol#L26
Use double quotes for string literals
Run linters: contracts/factory/VaultFactory.sol#L4
Use double quotes for string literals
Run linters: contracts/factory/VaultFactory.sol#L5
Use double quotes for string literals
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run linters: contracts/L2/ETHx.sol#L4
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.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: contracts/L2/ETHx.sol#L5
global import of path @openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.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: contracts/L2/ETHx.sol#L6
global import of path @openzeppelin/contracts-upgradeable/security/PausableUpgradeable.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: contracts/L2/ETHx.sol#L21
Explicitly mark visibility in function (Set ignoreConstructors to true if using solidity >=0.7.0)
Run linters: contracts/factory/VaultFactory.sol#L4
global import of path ../library/UtilLib.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: contracts/factory/VaultFactory.sol#L5
global import of path ../VaultProxy.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: contracts/factory/VaultFactory.sol#L6
global import of path ../interfaces/IVaultFactory.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: contracts/factory/VaultFactory.sol#L7
global import of path ../interfaces/IStaderConfig.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: contracts/factory/VaultFactory.sol#L9
global import of path @openzeppelin/contracts-upgradeable/proxy/ClonesUpgradeable.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: contracts/factory/VaultFactory.sol#L10
global import of path @openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)