mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
1.1 KiB
YAML
18 lines
1.1 KiB
YAML
3 years ago
|
minor_changes:
|
||
|
- ansible-test pslint - Updated ``PowerShellScriptAnalyzer`` to 1.20.0
|
||
|
- >-
|
||
|
ansible-test pslint - Added the `AvoidLongLines <https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Rules/AvoidLongLines.md>`_
|
||
|
rule set to a length of 160.
|
||
|
- >-
|
||
|
ansible-test pslint - Added the `PlaceOpenBrace <https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Rules/PlaceOpenBrace.md>`_
|
||
|
rule set to enforce open braces on the same line and a subsequent newline.
|
||
|
- >-
|
||
|
ansible-test pslint - Added the `PlaceCloseBrace <https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Rules/PlaceCloseBrace.md>`_
|
||
|
rule set to enforce close braces on a newline.
|
||
|
- >-
|
||
|
ansible-test pslint - Added the `UseConsistentIndentation <https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Rules/UseConsistentIndentation.md>`_
|
||
|
rule to enforce indentation is done with 4 spaces.
|
||
|
- >-
|
||
|
ansible-test pslint - Added the `UseConsistentWhitespace <https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Rules/UseConsistentWhitespace.md>`_
|
||
|
rule to enforce whitespace consistency in PowerShell.
|