You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I would like to have a reference to documtnationUrl in message. To not to duplicate URLs when there is a need to print in a console.
Is your feature request related to a problem?
It is annoying and producing duplicated strings when the same URL is specified in two places within one rule, when there is a need to render it in the error message.
Describe the solution you'd like
Instead of this:
rule-name:
message: |
Some useful message
https://google.com
documentationUrl: https://google.com
Would be nice to have like this:
rule-name:
message: |
Some useful message
{{documentationUrl}}
documentationUrl: https://google.com
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'd like to make a proposal for new feature.
User story
As a developer I would like to have a reference to documtnationUrl in message. To not to duplicate URLs when there is a need to print in a console.
Is your feature request related to a problem?
It is annoying and producing duplicated strings when the same URL is specified in two places within one rule, when there is a need to render it in the error message.
Describe the solution you'd like
Instead of this:
Would be nice to have like this:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions