Skip to content
New issue

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

line breaks when semicolon included #297

Open
thilllon opened this issue May 3, 2022 · 1 comment
Open

line breaks when semicolon included #297

thilllon opened this issue May 3, 2022 · 1 comment

Comments

@thilllon
Copy link

thilllon commented May 3, 2022

If a semicolon is included in the environment variable, it automatically wraps the line. For example, the azure blob storage connection string is a value including a semicolon, but it is automatically wrapped and changed like several environment variables.

I already know that double quotes can prevent line breaking, but is there any way to prevent this through settings?
Thank you.

AZURE_STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=https;AccountName=<app name>;AccountKey=<somekey~~~~>==;EndpointSuffix=core.windows.net

SOME_OTHER_KEY="aa=bb;cc=dd;"

becomes

AZURE_STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=https
AccountName=<app name>
AccountKey=somekey~~~~==
EndpointSuffix=core.windows.net

SOME_OTHER_KEY="aa=bb;cc=dd;"
@zulmab
Copy link

zulmab commented Jul 15, 2022

the same problem with a shell script, it should be nice to add rules to ignore like eslint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants