minor_changes: - ansible-test pslint - Updated ``PowerShellScriptAnalyzer`` to 1.20.0 - >- ansible-test pslint - Added the `AvoidLongLines `_ rule set to a length of 160. - >- ansible-test pslint - Added the `PlaceOpenBrace `_ rule set to enforce open braces on the same line and a subsequent newline. - >- ansible-test pslint - Added the `PlaceCloseBrace `_ rule set to enforce close braces on a newline. - >- ansible-test pslint - Added the `UseConsistentIndentation `_ rule to enforce indentation is done with 4 spaces. - >- ansible-test pslint - Added the `UseConsistentWhitespace `_ rule to enforce whitespace consistency in PowerShell.