SeelabFhdo / lemma

Home of the Language Ecosystem for Modeling Microservice Architecture (LEMMA)
MIT License
33 stars 8 forks source link

Update docker compose file handling #40

Closed pwizenty closed 3 years ago

pwizenty commented 3 years ago

Why not support both "yml" and "yaml" file extensions since both are accepted by YAML (https://en.wikipedia.org/wiki/YAML)?

The extension was changed from .yml to .yaml to be consistent with the Kubernetes deployments extensions.

frademacher commented 3 years ago

Hmm, I'd still argue for supporting both .yml and .yaml as valid file extensions for both Docker Compose and Kubernetes files. A YAML file can reside in a .yml or .yaml file and I suspect both technologies supporting either file extension.

Edit: At least for reading. Writing files with a determined extension of the two mentioned above seems fine to me.