fix: rename long name to Delegation #3619
Annotations
13 errors and 12 warnings
ESLint:
lib/proxy.ts#L1
Run autofix to sort these imports!
|
ESLint:
test/0.8.25/vaults/st-vault-owner-with-delegation-voting.test.ts#L1
Run autofix to sort these imports!
|
ESLint:
test/0.8.25/vaults/stvault-owner-with-delegation.test.ts#L1
Run autofix to sort these imports!
|
ESLint:
test/0.8.25/vaults/stvault-owner-with-delegation.test.ts#L72
'delegation' is already declared in the upper scope on line 32 column 7
|
ESLint:
test/0.8.25/vaults/stvault-owner-with-delegation.test.ts#L87
'delegation' is already declared in the upper scope on line 32 column 7
|
ESLint:
test/0.8.25/vaults/stvault-owner-with-delegation.test.ts#L96
'delegation' is already declared in the upper scope on line 32 column 7
|
ESLint:
test/0.8.25/vaults/vault.test.ts#L1
Run autofix to sort these imports!
|
ESLint:
test/0.8.25/vaults/vaultFactory.test.ts#L1
Run autofix to sort these imports!
|
ESLint:
test/0.8.25/vaults/vaultFactory.test.ts#L116
'delegation' is already declared in the upper scope on line 36 column 7
|
ESLint:
test/integration/vaults-happy-path.integration.ts#L1
Run autofix to sort these imports!
|
Solhint:
contracts/0.8.25/vaults/Delegation.sol#L373
Variable "_inOutDelta" is unused
|
Solhint:
contracts/0.8.25/vaults/Delegation.sol#L373
Variable "_locked" is unused
|
Solhint
Process completed with exit code 1.
|
ESLint:
test/0.8.25/vaults/st-vault-owner-with-delegation-voting.test.ts#L50
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
ESLint:
test/0.8.25/vaults/st-vault-owner-with-delegation-voting.test.ts#L115
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Solhint:
contracts/0.4.24/lib/StakeLimitUtils.sol#L5
Found more than One contract per file. 3 contracts found!
|
Solhint:
contracts/0.4.24/oracle/LegacyOracle.sol#L7
global import of path @aragon/os/contracts/apps/AragonApp.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solhint:
contracts/0.4.24/oracle/LegacyOracle.sol#L9
global import of path ../../common/interfaces/ILidoLocator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solhint:
contracts/0.4.24/oracle/LegacyOracle.sol#L11
global import of path ../utils/Versioned.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solhint:
contracts/0.4.24/template/Imports.sol#L7
global import of path @aragon/id/contracts/FIFSResolvingRegistrar.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solhint:
contracts/0.4.24/template/LidoTemplate.sol#L7
global import of path @aragon/os/contracts/factory/APMRegistryFactory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solhint:
contracts/0.4.24/template/LidoTemplate.sol#L8
global import of path @aragon/os/contracts/acl/ACL.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solhint:
contracts/0.4.24/template/LidoTemplate.sol#L9
global import of path @aragon/os/contracts/apm/Repo.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solhint:
contracts/0.4.24/template/LidoTemplate.sol#L10
global import of path @aragon/os/contracts/apm/APMRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solhint:
contracts/0.4.24/template/LidoTemplate.sol#L11
global import of path @aragon/os/contracts/ens/ENSSubdomainRegistrar.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|