Note in README that substitutions don’t work inside quotes#634
Conversation
There’s more on this in HOCON.md but can’t hurt to repeat, people do miss it.
TimMoore
left a comment
There was a problem hiding this comment.
Thanks! It can't hurt to make it more obvious 👍
README.md
Outdated
| Quoted or unquoted strings can also concatenate with substitutions of course: | ||
|
|
||
| tasks-url : ${base-url}/tasks | ||
| tasks-url : ${base-url}”tasks:colon-must-be-quoted” |
There was a problem hiding this comment.
It looks like some "smart" (curly) quotes snuck in.
There was a problem hiding this comment.
| tasks-url : ${base-url}”tasks:colon-must-be-quoted” | |
| tasks-url : ${base-url}"tasks:colon-must-be-quoted" |
|
@2m when I try to push another commit to this branch it says: Maybe I'm half asleep but I don't know what's going wrong there. I re-clicked the CLA to be sure but note the original PR has the CLA check passed. |
|
Its the first time I've seen branch protection rule fail because of CLA validator when pushing an additional commit to the branch. Especially since CLA validator kicks in after the commit has been pushed. To side-step this we could only set the |
|
Protecting only master is fine with me if you want to make that change (I don't think I have access). It seems like there's a bug here but not sure if it's in the cla-validator or in GitHub or something I'm doing wrong. |
|
Alright, changed to only protect master. |

There’s more on this in HOCON.md but can’t hurt to repeat, people do miss it.