Page MenuHomeDevCentral

Normalize headers
ClosedPublic

Authored by dereckson on Apr 5 2026, 17:42.
Tags
None
Referenced Files
F34969577: D4049.id10658.diff
Sat, Jul 4, 15:41
F34914564: D4049.id10658.diff
Fri, Jul 3, 22:55
Unknown Object (File)
Fri, Jul 3, 15:31
Unknown Object (File)
Thu, Jul 2, 12:51
Unknown Object (File)
Wed, Jul 1, 22:43
Unknown Object (File)
Wed, Jul 1, 09:13
Unknown Object (File)
Thu, Jun 18, 16:40
Unknown Object (File)
Thu, Jun 18, 03:34
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.