Formatting warnings #72
Annotations
10 errors and 10 warnings
checks:
packages/contracts/test/integration-testing/deployment.ts#L9
'toHex' is defined but never used. Allowed unused vars must match /_/u
|
checks:
packages/contracts/test/integration-testing/governance-plugins-setup.ts#L17
'getNamedTypesFromMetadata' is defined but never used. Allowed unused vars must match /_/u
|
checks:
packages/contracts/test/integration-testing/personal-space-admin-setup.ts#L14
'getNamedTypesFromMetadata' is defined but never used. Allowed unused vars must match /_/u
|
checks:
packages/contracts/test/integration-testing/space-setup.ts#L14
'getNamedTypesFromMetadata' is defined but never used. Allowed unused vars must match /_/u
|
checks:
packages/contracts/test/unit-testing/main-voting-plugin.ts#L47
'ProposalCreatedEvent' is defined but never used. Allowed unused vars must match /_/u
|
checks:
packages/contracts/test/unit-testing/main-voting-plugin.ts#L533
'proposalId' is never reassigned. Use 'const' instead
|
checks:
packages/contracts/test/unit-testing/main-voting-plugin.ts#L575
'proposalId' is never reassigned. Use 'const' instead
|
checks:
packages/contracts/test/unit-testing/main-voting-plugin.ts#L807
'proposalId' is never reassigned. Use 'const' instead
|
checks:
packages/contracts/test/unit-testing/main-voting-plugin.ts#L875
'proposalId' is never reassigned. Use 'const' instead
|
checks:
packages/contracts/test/unit-testing/main-voting-plugin.ts#L981
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
|
checks
Main key parameter in mapping proposalCreators is not named
|
checks
Value parameter in mapping proposalCreators is not named
|
checks
Line length must be no more than 120 but current length is 184
|
checks
Avoid to use inline assembly. It is acceptable only in rare cases
|
checks
Line length must be no more than 120 but current length is 262
|
checks
Main key parameter in mapping proposals is not named
|
checks
Value parameter in mapping proposals is not named
|
checks
Line length must be no more than 120 but current length is 122
|
checks
Line length must be no more than 120 but current length is 184
|
checks
Line length must be no more than 120 but current length is 264
|