Page MenuHomeDevCentral

Normalize headers
ClosedPublic

Authored by dereckson on Apr 5 2026, 17:42.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 6, 22:31
Unknown Object (File)
Sat, Jun 6, 12:54
Unknown Object (File)
Sat, Jun 6, 11:45
Unknown Object (File)
Sat, Jun 6, 03:21
Unknown Object (File)
Fri, Jun 5, 16:00
Unknown Object (File)
Fri, Jun 5, 08:27
Unknown Object (File)
Wed, Jun 3, 01:17
Unknown Object (File)
Mon, Jun 1, 15:02
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 Passed
Unit
No Test Coverage
Branch
normalize-headers-lines
Build Status
Buildable 6573
Build 6857: arc lint + arc unit

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.