Page MenuHomeDevCentral

Normalize headers
AcceptedPublic

Authored by dereckson on Sun, Apr 5, 17:42.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 13, 08:03
Unknown Object (File)
Mon, Apr 13, 07:53
Unknown Object (File)
Mon, Apr 13, 04:45
Unknown Object (File)
Sun, Apr 12, 20:42
Unknown Object (File)
Sun, Apr 12, 12:22
Unknown Object (File)
Sun, Apr 12, 09:06
Unknown Object (File)
Fri, Apr 10, 21:38
Unknown Object (File)
Fri, Apr 10, 16:10
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.Thu, Apr 9, 12:03