There are unnecessary hyphens at the top of all YAML files. Not sure if they are added by mistake.
| Comment | File | Size | Author |
|---|---|---|---|
| routing.png | 19.39 KB | venkatesh rajan.j | |
| info_file.png | 17.61 KB | venkatesh rajan.j |
There are unnecessary hyphens at the top of all YAML files. Not sure if they are added by mistake.
| Comment | File | Size | Author |
|---|---|---|---|
| routing.png | 19.39 KB | venkatesh rajan.j | |
| info_file.png | 17.61 KB | venkatesh rajan.j |
Comments
Comment #2
nicksanta commentedHi 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