Skip to content

feat: YFI buyback

feat: YFI buyback #738

Triggered via pull request January 2, 2024 13:54
Status Failure
Total duration 1m 5s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
commits
You have commit messages with errors ⧗ input: feat: YFI buyback ✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
commits
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
commits
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/
solidity
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, 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/
solidity: contracts/BaseGauge.sol#L3
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)
solidity: contracts/BaseGauge.sol#L4
global import of path @openzeppelin/contracts/utils/math/Math.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
solidity: contracts/BaseGauge.sol#L5
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)
solidity: contracts/BaseGauge.sol#L6
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)
solidity: contracts/BaseGauge.sol#L7
global import of path ./interfaces/IBaseGauge.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
solidity: contracts/BaseGauge.sol#L66
Use Custom Errors instead of require statements
solidity: contracts/BaseGauge.sol#L74
Use Custom Errors instead of require statements
solidity: contracts/BaseGauge.sol#L86
Use Custom Errors instead of require statements
solidity: contracts/BaseGauge.sol#L123
Use Custom Errors instead of require statements
solidity: contracts/BaseGauge.sol#L147
Use Custom Errors instead of require statements
solidity
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/
black
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, 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/
black
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/