linter-solidity icon indicating copy to clipboard operation
linter-solidity copied to clipboard

Ignore virtual import of 'dapple/test.sol';

Open johnbuckley opened this issue 7 years ago • 2 comments

Docs for dapple https://dapple.readthedocs.io/en/latest/test/ state that dapple/test.sol is a virtual package import 'dapple/test.sol'; // virtual "dapple" package imported when dapple test is run

When editing such test files in atom, linter should ignore this import and not report an error

johnbuckley avatar Mar 05 '17 21:03 johnbuckley

import "zeppelin-solidity/contracts/token/ERC20/ERC20Basic.sol"; produce source not found error, but i know for the fact the file is where it suppose to be.

arashkiani avatar Mar 07 '18 16:03 arashkiani

I'm getting the same error. import "zeppelin-solidity/contracts/token/ERC20/StandardToken.sol"; source not found error can not found node_modules listfile

gzss666 avatar Apr 03 '18 03:04 gzss666