Latrasis/linter-solidity

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

johnbuckley opened this issue · 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

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.

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