Page MenuHomeDevCentral

Reformat documentation blocks
ClosedPublic

Authored by dereckson on Feb 26 2020, 02:15.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 12, 19:30
Unknown Object (File)
Fri, May 9, 17:23
Unknown Object (File)
Thu, May 8, 05:23
Unknown Object (File)
Tue, May 6, 00:22
Unknown Object (File)
Mon, May 5, 04:59
Unknown Object (File)
Mon, May 5, 04:53
Unknown Object (File)
Mon, May 5, 04:50
Unknown Object (File)
Mon, May 5, 00:48
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 Skipped
Unit
No Test Coverage
Branch
reformat
Build Status
Buildable 3498
Build 3747: arc lint + arc unit