Page MenuHomeDevCentral

Normalize headers
Needs ReviewPublic

Authored by dereckson on Sun, Apr 5, 17:42.

Details

Reviewers
DorianWinty
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.