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
Especially for nginx configs, lots of directives use $lowercase_variable, so having to escape a lot of content.
It would be nice to have an caps-only flag to only detect env vars that are uppercase.
The text was updated successfully, but these errors were encountered:
I could jump on this if there are no other takers for a PR on this.
@a8m the only thing I guess is to settle on the bool flag name --no-lower maybe?
--no-lower
Sorry, something went wrong.
Hey @dnitsch and @vladnosek, I'm fine with adding this option (including the new flag). Please feel free to send a PR and tag me there. Thanks 🙏
No branches or pull requests
Especially for nginx configs, lots of directives use $lowercase_variable, so having to escape a lot of content.
It would be nice to have an caps-only flag to only detect env vars that are uppercase.
The text was updated successfully, but these errors were encountered: