There are unnecessary hyphens at the top of all YAML files. Not sure if they are added by mistake.

CommentFileSizeAuthor
routing.png19.39 KBvenkatesh rajan.j
info_file.png17.61 KBvenkatesh rajan.j

Comments

Venkatesh Rajan.J created an issue. See original summary.

nicksanta’s picture

Status: Active » Closed (works as designed)

Hi Venkatesh,

Thanks for taking the time to report this issue.

The hyphens you refer to are part of the YAML standard, and mark the beginning of a document. These were added to this project to ensure that yamllint could run in strict mode during CI builds. See the CircleCI build spec for how this is executed.

I acknowledge that these are not widely used (or even known about) in the Drupal community, but I'll be keeping them in this project to ensure adherence to best-practice code style standards in the global tech community at large.

All the best,
Nick