Skip to content

docs: acknowledgement for research (#19) #67

docs: acknowledgement for research (#19)

docs: acknowledgement for research (#19) #67

Triggered via push March 19, 2024 13:19
Status Success
Total duration 50s
Artifacts

lint.yml

on: push
Lint Commit Messages
15s
Lint Commit Messages
Matrix: Run Linters
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Lint Commit Messages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Linters (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Linters (18.x): solidity/test/integration/Delegation.t.sol#L4
global import of path ./IntegrationBase.t.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 (18.x): solidity/test/integration/Delegation.t.sol#L4
Import './IntegrationBase.t.sol' in contract Integration_Delegation should be declared as import {contract_to_import} from './IntegrationBase.t.sol';
Run Linters (18.x): solidity/test/integration/Delegation.t.sol#L6
imported name WonderVotes is not used
Run Linters (18.x): solidity/test/integration/Delegation.t.sol#L7
imported name WonderGovernor is not used
Run Linters (18.x): solidity/test/integration/Delegation.t.sol#L9
Contract name must be in CamelCase
Run Linters (18.x): solidity/test/integration/Delegation.t.sol#L13
'holder' should start with _
Run Linters (18.x): solidity/test/integration/Delegation.t.sol#L19
'holder' should start with _
Run Linters (18.x): solidity/test/integration/Delegation.t.sol#L22
'proposalType' should start with _
Run Linters (18.x): solidity/test/integration/Delegation.t.sol#L28
'proposalType' should start with _
Run Linters (18.x): solidity/test/integration/Delegation.t.sol#L35
'holder' should start with _