Skip to content

Improve linter settings #1022

Improve linter settings

Improve linter settings #1022

Triggered via pull request November 29, 2023 00:56
Status Failure
Total duration 1m 33s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test: tests/foundry/src/Deploy.s.sol#L4
global import of path forge-std/Script.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Test: tests/foundry/src/Deploy.s.sol#L8
imported name IBCConnection is not used
Test: tests/foundry/src/helpers/IBCCommitmentTestHelper.sol#L4
global import of path ../../../../contracts/core/24-host/IBCCommitment.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Test: tests/foundry/src/helpers/ModifiedMockClient.sol#L4
global import of path ../../../../contracts/clients/MockClient.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Test: tests/foundry/src/IBC.t.sol#L4
global import of path forge-std/Test.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Test: tests/foundry/src/IBC.t.sol#L5
global import of path ../../../contracts/core/02-client/IBCClient.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Test: tests/foundry/src/IBC.t.sol#L6
global import of path ../../../contracts/core/03-connection/IBCConnectionSelfStateNoValidation.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Test: tests/foundry/src/IBC.t.sol#L7
global import of path ../../../contracts/core/04-channel/IIBCChannel.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Test: tests/foundry/src/IBC.t.sol#L8
global import of path ../../../contracts/core/04-channel/IBCChannelHandshake.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Test: tests/foundry/src/IBC.t.sol#L9
global import of path ../../../contracts/core/04-channel/IBCChannelPacketSendRecv.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)