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
open .env: no such file or directory
When you invoke the binary from a place where there is no .env file, you get an undesirable warning open .env: no such file or directory.
.env
The .env should be loaded optionally, and not display a warning when there is none.
No response
- OS:
The text was updated successfully, but these errors were encountered:
#153: Do not display a warning when the .env file does not exist
e4e5b2f
#153: Attempt to fix linter for purposefully ignoring error
36557b5
sgerbino
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current behavior
When you invoke the binary from a place where there is no
.env
file, you get an undesirable warningopen .env: no such file or directory
.Expected behavior
The
.env
should be loaded optionally, and not display a warning when there is none.Steps to reproduce
No response
Environment
- OS:
Anything else?
No response
The text was updated successfully, but these errors were encountered: