Skip to content

fix: function misspelling #60

fix: function misspelling

fix: function misspelling #60

Triggered via push January 5, 2024 14:30
Status Success
Total duration 34s
Artifacts

lint.yml

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

Annotations

10 warnings
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 _