devcontainers / templates

Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own!
https://containers.dev/templates
MIT License
859 stars 226 forks source link

Fix yamllint error #250

Open notok opened 3 months ago

notok commented 3 months ago

When enabling dev container in project with yamllint enabled, yamllint reports errors on some of the dev container template files.

Fixed yamllint error including:

But excluded following lint errors:

notok commented 3 months ago

@microsoft-github-policy-service agree

notok commented 3 months ago

Previous test run failure on typescript-node was related to https://github.com/firebase/firebase-admin-node/issues/2512, and I believe this is fixed by https://github.com/DefinitelyTyped/DefinitelyTyped/pull/69231.

I could not reproduce failure on universal. Test on my machine runs without failure.