PSScriptAnalyzer

1.11.0

PSScriptAnalyzer provides script analysis and checks for potential code defects in the scripts by applying a group of built-in or customized rules on the scripts being analyzed.

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSScriptAnalyzer -RequiredVersion 1.11.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSScriptAnalyzer -Version 1.11.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Microsoft Corporation 2016. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

lint bestpractice

Cmdlets

Get-ScriptAnalyzerRule Invoke-ScriptAnalyzer

Dependencies

This module has no dependencies.

Release Notes

### Added
- Built-in settings presets to specify settings from command line (#717). Currently, PSSA ships with `PSGallery`, `CodeFormatting`, `DSC`, and other settings 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` parameter. For example, if you want to run rules that *powershellgallery* runs, then use the following command.
```powershell
PS> Invoke-ScriptAnalyzer -Path /path/to/your/module -Settings PSGallery
```
- Argument completion for built-in settings presets (#717).
- Argument completion for `IncludeRule` and `ExcludeRule` parameters (#717).
- Option to `PSCloseBrace` rule to add new line after the brace (#713).
- Option to `PSCloseBrace` rule to ignore expressions that have open and close braces on the same line (#706).
- New rule, PSUseConsistentWhitespace, to check for whitespace style around operators and separators (#702).

### Fixed
- Indentation when pipes precede new lines in a multi-line command expression in `PSUseConsistentIdentation` rule (#705).
- Handling of SubExpressionAsts (`$(...)`) in `PSUseConsistentIdentation` rule (#700).
- Performance issues caused by `get-command` cmdlet (#695).

### Changed
- Settings implementation to decouple it from engine (#717).

FileList

Version History

Version Downloads Last updated
1.20.0 0 8/24/2021
1.19.1 8 7/23/2020
1.19.0 9 4/30/2020
1.16.1 65 9/2/2017
1.16.0 2 8/16/2017
1.15.0 2 6/21/2017
1.14.1 3 6/12/2017
1.14.0 2 6/9/2017
1.13.0 2 5/18/2017
1.12.0 1 5/9/2017
1.11.1 2 4/3/2017
1.11.0 (current version) 4 3/1/2017
1.10.0 4 1/19/2017
1.9.0 5 11/23/2016
1.8.1 14 10/14/2016
1.8.0 7 10/8/2016
1.6.1 13 7/13/2016
1.5.0 3 5/19/2016
1.3.2 4 2/3/2016
1.3.1 4 1/30/2016
1.3.0 17 1/4/2016
Show less