Skip to content

Commit 2f77a16

Browse files
author
dbale-altoros
committed
add: e2e test for import-check
1 parent 8203048 commit 2f77a16

File tree

12 files changed

+14
-11
lines changed

12 files changed

+14
-11
lines changed

e2e/10-import-path-check/repo01/.solhintS01.json renamed to e2e/10-import-path-check/filesystem01/project/.solhintS01.json

File renamed without changes.

e2e/10-import-path-check/repo01/contracts/Lib.sol renamed to e2e/10-import-path-check/filesystem01/project/contracts/Lib.sol

File renamed without changes.

e2e/10-import-path-check/repo01/contracts/Test.sol renamed to e2e/10-import-path-check/filesystem01/project/contracts/Test.sol

File renamed without changes.

e2e/10-import-path-check/repo02/.solhintS02.json renamed to e2e/10-import-path-check/filesystem02/project/.solhintS02.json

File renamed without changes.

e2e/10-import-path-check/repo02/contracts/Test.sol renamed to e2e/10-import-path-check/filesystem02/project/contracts/Test.sol

File renamed without changes.

e2e/10-import-path-check/repo02/shared/Helper.sol renamed to e2e/10-import-path-check/filesystem02/project/shared/Helper.sol

File renamed without changes.

e2e/10-import-path-check/repo03/.solhintS03.json renamed to e2e/10-import-path-check/filesystem03/project/.solhintS03.json

File renamed without changes.

e2e/10-import-path-check/repo03/contracts/Test.sol renamed to e2e/10-import-path-check/filesystem03/project/contracts/Test.sol

File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"rules": { "import-path-check": [ "error", [] ] }
3+
}

e2e/10-import-path-check/repo04/project/Test.sol renamed to e2e/10-import-path-check/filesystem04/project/contracts/Test.sol

File renamed without changes.

0 commit comments

Comments
 (0)