Skip to content

Commit fa2fc2c

Browse files
author
dbale-altoros
committed
add: e2e test for import-check
1 parent d2a12f5 commit fa2fc2c

File tree

17 files changed

+63
-36
lines changed

17 files changed

+63
-36
lines changed

e2e/10-import-path-check/filesystem/f01/.solhintF01.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

e2e/10-import-path-check/filesystem/s01/.solhintS01.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

e2e/10-import-path-check/filesystem/s02/.solhintS02.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

e2e/10-import-path-check/filesystem/usr/lib/Standard.sol

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
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", ["/blockchain"] ] }
3+
}

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

File renamed without changes.

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

File renamed without changes.

0 commit comments

Comments
 (0)