Skip to content

Commit 5c12137

Browse files
author
Kapil Borle
committed
Update changelog
1 parent b9da9c5 commit 5c12137

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.MD

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
## [1.10.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.10.0) - 2017-01-19
1+
## unreleased
2+
3+
### Added
4+
- Built-in settings presets to specify settings from command line. Currently, PSSA ships with `PSGallery`, `CodeFormatting`, `DSC`, and other setting presets. All of them can be found in the `Settings/` directory in the module. To use them just pass them as an argument to the `Settings` parameters. For example, if you want to run rules that *powershellgallery* runs, then use the following command.
5+
```powershell
6+
PS> Invoke-ScriptAnalyzer -Path /path/to/your/module -Settings PSGallery
7+
```
8+
- Argument completion for built-in settings presets.
9+
- Argument completion for `IncludeRule` and `ExcludeRule` parameters.
10+
11+
### Fixed
12+
13+
### Changed
14+
- Settings implementation to decouple it from engine.
15+
16+
## [1.10.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.10.0) - 2017-01-19
217
### Added
318
- Three rules to enable code formatting feature in vscode (#690)
419
- [PSPlaceOpenBrace](https://github.com/PowerShell/PSScriptAnalyzer/blob/03a6e2b4ee24894bf574a8a8ce911d03680da607/RuleDocumentation/PlaceOpenBrace.md)

0 commit comments

Comments
 (0)