File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- ## [ unreleased]
1
+ ## [ 1.10.0] ( https://github.com/PowerShell/PSScriptAnalyzer/tree/1.10.0 ) - 2017-01-19
2
+ ### Added
3
+ - Three rules to enable code formatting feature in vscode (#690 )
4
+ - [ PSPlaceOpenBrace] ( https://github.com/PowerShell/PSScriptAnalyzer/blob/03a6e2b4ee24894bf574a8a8ce911d03680da607/RuleDocumentation/PlaceOpenBrace.md )
5
+ - [ PSPlaceCloseBrace] ( https://github.com/PowerShell/PSScriptAnalyzer/blob/03a6e2b4ee24894bf574a8a8ce911d03680da607/RuleDocumentation/PlaceCloseBrace.md )
6
+ - [ PSUseConsistentIdentation] ( https://github.com/PowerShell/PSScriptAnalyzer/blob/03a6e2b4ee24894bf574a8a8ce911d03680da607/RuleDocumentation/UseConsistentIndentation.md )
7
+
2
8
### Fixed
3
9
- ` PSProvideCommentHelp ` violation extent (#679 )
4
10
- ` PSAvoidUsingCmdletAliases ` rule
8
14
- ` PSUsePSCredentialType ` rule (#683 )
9
15
+ trigger only if invoked from PS version 4 and below
10
16
+ violation extent
17
+ - ` PSAvoidUsingComputerNameHardcoded ` rule to ignore ` localhost ` (#687 )
18
+ - Performance issues caused by invoking ` get-command ` method (#692 )
11
19
12
20
## [ 1.9.0] ( https://github.com/PowerShell/PSScriptAnalyzer/tree/1.9.0 ) - 2016-12-06
13
21
### Added
You can’t perform that action at this time.
0 commit comments