liuderchi / ide-yaml

:atom: Atom-IDE support for YAML language
https://atom.io/packages/ide-yaml
20 stars 7 forks source link

Filtering out key words #78

Open sebastianoc opened 2 years ago

sebastianoc commented 2 years ago

Ide-yaml package reports correctly that it doesn't know some tags. However, working with AWS YAML files it reports the AWS Tags ( example !Ref) as an error. It would be good to filter out some key words or tags.

       Tags:
       - Key: Name
         Value: !Join ['-', [ 'DBClusterParameterGroup', !Ref AWS::StackName ]]   # <- This is flagged as an error