We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An import statement in config files is currently not working if the path contains less than 3 slashes, e.g.
import
import /foo/file
Also, any issue with invalid file paths is masked. The following import statements do not display any error message:
import /path/to/not/readable import /path/to/non/existing import does + not - make / sense
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An
import
statement in config files is currently not working if the path contains less than 3 slashes, e.g.Also, any issue with invalid file paths is masked. The following import statements do not display any error message:
The text was updated successfully, but these errors were encountered: