Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D2261
Change Details
Change Details
Old
New
Diff
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: ``` ``` to this one: ``` ``` **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`
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`
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`
Continue