Page MenuHomeDevCentral

Reformat documentation blocks
ClosedPublic

Authored by dereckson on Feb 26 2020, 02:15.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 11:22
Unknown Object (File)
Sat, Sep 12, 18:40
Unknown Object (File)
Fri, Sep 11, 13:48
Unknown Object (File)
Fri, Sep 11, 06:40
Unknown Object (File)
Sun, Sep 6, 23:54
Unknown Object (File)
Fri, Sep 4, 10:58
Unknown Object (File)
Sat, Aug 29, 11:31
Unknown Object (File)
Sun, Aug 23, 13:11
Subscribers
None

Details

Summary

This change normalizes the documentation blocks both among Salt
and deployed scripts.

Context

At some point, style of all the blocks have changed from this style:

#   -------------------------------------------------------------
#   Container
#   -------------------------------------------------------------

to this one:

#   -------------------------------------------------------------
#   Container
#   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Reformat utility

The reformat script is intended to be used as reformat <file>.
That would a good linter/autofixer.

To convert all the repository, the following commands have been used:
git ls-files | xargs -n 1 utils/reformat.py

Test Plan

Proofread blocks, convert all this repo

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable