Page MenuHomeDevCentral

Normalize headers
ClosedPublic

Authored by dereckson on Apr 5 2026, 17:42.
Tags
None
Referenced Files
F38224033: D4049.id10658.diff
Thu, Jul 23, 18:00
F38004817: D4049.diff
Wed, Jul 22, 23:12
Unknown Object (File)
Tue, Jul 21, 10:48
Unknown Object (File)
Tue, Jul 21, 01:28
Unknown Object (File)
Mon, Jul 20, 17:18
Unknown Object (File)
Sun, Jul 19, 11:03
Unknown Object (File)
Sun, Jul 19, 11:00
Unknown Object (File)
Fri, Jul 17, 11:07
Subscribers
None
Tokens
"Y So Serious" token, awarded by dereckson.

Details

Summary

Ensure every header follows our usual pattern:

-----
Title
- - -
Metadata
-----

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Prompt used (Claude Cowork)

Next clean-up:

Normally, headers use a specific rhythm of dashes:

  • first line is all dashes
  • separation between title and metadata is a dash space dash space etc.
  • last line is also all dashes

Here a good example:

#   -------------------------------------------------------------
#   Some title
#   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#   Project:        Nasqueron
#   License:        Trivial work, not eligible to copyright
#   -------------------------------------------------------------

But I've noticed we've sections not following that pattern:

#   -------------------------------------------------------------
#   Mail - Postfix
#   -------------------------------------------------------------
#   Project:        Nasqueron
#   License:        Trivial work, not eligible to copyright
#   -------------------------------------------------------------

Fix them.

This revision is now accepted and ready to land.Apr 9 2026, 12:03
This revision was automatically updated to reflect the committed changes.