AtomLinter / linter-js-yaml

Atom Linter plugin for YAML, using js-yaml
11 stars 11 forks source link

js yaml error #105

Open bapi24 opened 7 years ago

bapi24 commented 7 years ago

Hi there,

can you please look into this: yaml linter gives an error when working aws cloudformation templates!

CidrBlock: !Sub '10.${ClassB}.0.0/16'

unknown tag !<!Sub>at line 23 col 44 in AWS\cloudFormation\VPC\testvpc.yaml

image

Thank You Bapi

Arcanemagus commented 7 years ago

This is just a wrapper around yaml-js, my guess is that this is a bug in that code.