question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Missing Custom YAML Tags

See original GitHub issue

The previous issue – #66 – was caused missing custom tags. The following value for yaml.customTag setting allows for yaml.validate to be enable for CloudFormation template. I will update this issue if I find others.

  "yaml.customTags": [
    "!fn",
    "!And",
    "!And sequence",
    "!If",
    "!If sequence",
    "!Not",
    "!Not sequence",
    "!Equals",
    "!Equals sequence",
    "!Or",
    "!Or sequence",
    "!FindInMap",
    "!FindInMap sequence",
    "!Base64",
    "!Join",
    "!Join sequence",
    "!Cidr",
    "!Ref",
    "!Sub",
    "!Sub sequence",
    "!GetAtt",
    "!GetAZs",
    "!ImportValue",
    "!ImportValue sequence",
    "!Select",
    "!Select sequence",
    "!Split",
    "!Split sequence"
  ],

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
tracphilcommented, Nov 24, 2019

Updating for the fix that help me. I removed the Ansible extension and this extension started working as expected.

1reaction
sgtojcommented, Oct 31, 2019

Left that one by mistake. It can remove it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add Missing Custom YAML Tags · Issue #69 - GitHub
The previous issue -- #66 -- was caused missing custom tags. The following value for yaml.customTag setting allows for yaml.validate to be ...
Read more >
Overriding from_yaml to add custom YAML tag - Stack Overflow
Subclassing YAMLObject is an easy way to define tags, constructors, and representers for your classes. You only need to override the yaml_tag ......
Read more >
Custom YAML data types - GitHub Pages
Specifying tag for every color can be tedious. D:YAML can implicitly resolve scalar tags using regular expressions. This is how default types are...
Read more >
Assigning Tags - Datadog Docs
The Agent configuration file ( datadog.yaml ) is used to set host tags which apply to all metrics, traces, and logs forwarded by...
Read more >
Configuration of your builds with .gitlab-ci.yml - Perforce
GitLab CI allows you to add variables to .gitlab-ci.yml that are set in the build ... tags, no, Defines a list of tags...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found