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
However, it then shows stack trace of where the utility bombs:
at generateError (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:183:10)
at throwError (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:187:9)
at storeMappingPair (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:358:7)
at readBlockMapping (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:1173:9)
at composeNode (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:1441:12)
at readBlockSequence (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:1008:5)
at composeNode (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:1440:12)
at readBlockMapping (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:1164:11)
at composeNode (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:1441:12)
at readDocument (node_modules/yaml-lint/node_modules/js-yaml/lib/loader.js:1625:3)
The text was updated successfully, but these errors were encountered:
I have a YAML file in which I invalidate it by removing the dash (reducing the file for readability):
When I run yaml-lint on this file, it finds the duplicate key as expected:
However, it then shows stack trace of where the utility bombs:
The text was updated successfully, but these errors were encountered: