gitlab.rb.template does not apply legend

While working with the gitlab.rb.template I have noticed, that a few entries are not following the legend:

Legend

##! The following notations at the beginning of each line may be used to ##! differentiate between components of this file and to easily select them using ##! a regex. ##! ## Titles, subtitles etc ##! ##! More information - Description, Docs, Links, Issues etc. ##! Configuration settings have a single # followed by a single space at the ##! beginning; Remove them to enable the setting.

I have detected following issues:

  • line fits the Description, Docs, Links, Issues category but is commented as configuration
  • line fits the Description, Docs, Links, Issues category but is commented as Titles, subtitles
  • line is empty but is commented
  • lines is below ## gitlab.yml configuration but does not fit the yaml style (1901, 1924, 2146, 2248)

For the last issue, it is hard to distinguish them as a setting, since they do not fit yaml. Possible solution if they are acutuall settings, could be to move them below external_url 'GENERATED_EXTERNAL_URL'.