Skip to content

Commit 3f05467

Browse files
authored
Address feedback from @TylerHelmuth
Make an invalid identifier an explicit error
1 parent 40333d3 commit 3f05467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rfcs/env-vars.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ or underscore starting with an alphabetic or underscore character. Its
200200
maximum length is 200 characters. Both syntaxes support recursive
201201
resolution.
202202

203-
When an invalid identifier is found, a warning log is emitted, and the
204-
string is kept as-is.
203+
When an invalid identifier is found, an error is emitted. To use an invalid
204+
identifier, the string must be escaped.
205205

206206
### Comparison table with current behavior
207207

0 commit comments

Comments
 (0)