arb-editor icon indicating copy to clipboard operation
arb-editor copied to clipboard

False positive `missing_placeholder_with_metadata ` when it's followed by a key with `@@x-`

Open AhmedLSayed9 opened this issue 1 year ago • 4 comments
trafficstars

When a property with a placeholder is followed by a key prefixed with @@x-, a warning The placeholder is defined in the metadata, but not in the message.(missing_placeholder_with_metadata) is popped.

i.e:

{
  "some": "some {title}",
  "@some": {
    "placeholders": {
      "title": {
        "type": "String"
      }
    }
  },
  "@@x-comment": ""
}

AhmedLSayed9 avatar Oct 09 '24 21:10 AhmedLSayed9