File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 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+
28### Fixed
39- ` PSProvideCommentHelp ` violation extent (#679 )
410- ` PSAvoidUsingCmdletAliases ` rule
814- ` PSUsePSCredentialType ` rule (#683 )
915 + trigger only if invoked from PS version 4 and below
1016 + violation extent
17+ - ` PSAvoidUsingComputerNameHardcoded ` rule to ignore ` localhost ` (#687 )
18+ - Performance issues caused by invoking ` get-command ` method (#692 )
1119
1220## [ 1.9.0] ( https://github.com/PowerShell/PSScriptAnalyzer/tree/1.9.0 ) - 2016-12-06
1321### Added
You can’t perform that action at this time.
0 commit comments