You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good example of a multiline value is a public key in .env:
JWT_FAN_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu1SU1LfVLPHCozMxH2Mo
4lgO....
mwIDAQAB
-----END PUBLIC KEY-----"
What's wrong
It complains of multiline values in a vague manner, see #30 .
Shell trace:
dotenv-linter config/.env config/.env.template
config/.env:0 001 Unable to correctly parse dotenv file
config/.env.template:0 001 Unable to correctly parse dotenv file
Bug report
A good example of a multiline value is a public key in
.env
:What's wrong
It complains of multiline values in a vague manner, see #30 .
Shell trace:
How is that should be
It should pass the validation.
System information
flake8 information
Contents of
flake8 --bug-report
:pip information
Contents of
pip freeze
:The text was updated successfully, but these errors were encountered: