You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Engine/PSScriptAnalyzer.psd1
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -88,22 +88,23 @@ PrivateData = @{
88
88
IconUri=''
89
89
ReleaseNotes=@'
90
90
### Added
91
-
- Three rules to enable code formatting feature in vscode (#690)
92
-
- PSPlaceOpenBrace
93
-
- PSPlaceCloseBrace
94
-
- PSUseConsistentIdentation
91
+
- 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.
0 commit comments