Skip to content

feat: Add LSP7Votes and LSP8Votes extension to support LSP-based Governance #3418

feat: Add LSP7Votes and LSP8Votes extension to support LSP-based Governance

feat: Add LSP7Votes and LSP8Votes extension to support LSP-based Governance #3418

Triggered via pull request October 14, 2024 08:28
Status Failure
Total duration 57s
Artifacts

build-lint-test.yml

on: pull_request
build-lint-test
47s
build-lint-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build-lint-test
global import of path ../LSP7DigitalAsset.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build-lint-test
global import of path @openzeppelin/contracts/interfaces/IERC5805.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build-lint-test
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)
build-lint-test
global import of path @openzeppelin/contracts/utils/math/SafeCast.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build-lint-test
global import of path @openzeppelin/contracts/utils/cryptography/ECDSA.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build-lint-test
global import of path @openzeppelin/contracts/utils/cryptography/EIP712.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build-lint-test
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)
build-lint-test
Avoid making time-based decisions in your business logic
build-lint-test
global import of path @openzeppelin/contracts/governance/Governor.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build-lint-test
global import of path @openzeppelin/contracts/governance/extensions/GovernorSettings.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build-lint-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-lint-test
Avoid to use inline assembly. It is acceptable only in rare cases