Page MenuHomeDevCentral

Normalize headers
ClosedPublic

Authored by dereckson on Sun, Apr 5, 17:42.
Tags
None
Referenced Files
F26828389: D4049.id10658.diff
Sun, Apr 26, 17:37
F26762367: D4049.id.diff
Sun, Apr 26, 04:50
Unknown Object (File)
Sat, Apr 25, 04:50
Unknown Object (File)
Thu, Apr 23, 23:38
Unknown Object (File)
Thu, Apr 23, 21:50
Unknown Object (File)
Wed, Apr 22, 07:24
Unknown Object (File)
Mon, Apr 20, 23:45
Unknown Object (File)
Mon, Apr 20, 23:45
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.Thu, Apr 9, 12:03
This revision was automatically updated to reflect the committed changes.