Closed brayunm closed 1 year ago
CI is running/has finished running commands for commit 7ef1f3164efd2e0188ec0cf1fc13d96246a5899f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this branch
🟥 Failed Commands |
---|
nx affected --target=e2e --parallel=1 |
Sent with 💌 from NxCloud.
TLDR A
string.replace
will only replace the first hit, using a global regex it replaces all hits.Description Hi, When working with this library and looking at the README I saw that the process environment variables can be used. In the docs it says
SONAR_LOG_LEVEL
will be transformed tosonar.log.level
, right now it seems to be transformed tosonar.log_level
. This seems to be due to a string.replace using a string to find the underscore(s) which results in only the first underscore to be replaced