Page MenuHomeDevCentral

Reformat documentation blocks
ClosedPublic

Authored by dereckson on Feb 26 2020, 02:15.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 3, 16:16
Unknown Object (File)
Wed, Jun 3, 13:57
Unknown Object (File)
Wed, Jun 3, 11:12
Unknown Object (File)
Wed, Jun 3, 05:05
Unknown Object (File)
Tue, Jun 2, 09:04
Unknown Object (File)
Fri, May 29, 08:26
Unknown Object (File)
Tue, May 26, 06:25
Unknown Object (File)
Fri, May 22, 16:43
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