Skip to content

fix: rename remapping to remappings #63

fix: rename remapping to remappings

fix: rename remapping to remappings #63

Re-run triggered December 7, 2023 22:09
Status Failure
Total duration 24s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
commits
You have commit messages with errors ⧗ input: nit: Rename remapping.txt to remappings.txt Remappings.txt is the remapping file that IDE recognizes and not remappings.txt ✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case] ✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
solidity
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
solidity: src/interfaces/IStrategyInterface.sol#L6
Code contains empty blocks
solidity: src/periphery/StrategyAprOracle.sol#L29
Variable "_strategy" is unused
solidity: src/periphery/StrategyAprOracle.sol#L30
Variable "_delta" is unused
solidity: src/Strategy.sol#L46
Code contains empty blocks
solidity: src/Strategy.sol#L73
Code contains empty blocks
solidity: src/test/FunctionSignature.t.sol#L4
global import of path forge-std/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
solidity: src/test/FunctionSignature.t.sol#L5
imported name IStrategyInterface is not used
solidity: src/test/FunctionSignature.t.sol#L15
Function body contains 81 lines but allowed no more than 50 lines
solidity: src/test/FunctionSignature.t.sol#L15
Function name must be in mixedCase
solidity: src/test/Operation.t.sol#L4
global import of path forge-std/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
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/