-
Basically, it gets fixed if I have:
```PowerShell
}
else {
```
But it doesn't get fixed if I have:
```PowerShell
}
else {
```
And I would really like it to be able to handle:
```Power…
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensur…
-
Steps to reproduce
------------------
Create a file with a fixable violation
```PowerShell
Function Test-Function {
param (
[String]
$Password
)
$Password
}…
-
## User Story
> As a writer of PSScriptAnalyzer settings files
> I want intellisense (autocompletion, hover information, validation)
> so that I can have a modern editing experience.
## Discus…
-
Hi!
Love that this project is open sourced, and I can see work on #605 right in PR #617. I browsed to AppVeyor to see if there was a module or nuget package I could test with, but noticed it looks l…
-
**I did this recently and needed about 30 minutes to find my bug:**
```
function Demo
{
Param (
[string] $input
)
}
```
**You can pass everything to this parameter, no warning, no…
-
My team wants to leverage this utility to ensure consistent coding practices for all of our custom commandlets. I was hoping to have a discussion and get some insight into how other teams and develope…
-
**Summary of the new feature**
Windows admins using Code Integrity may want to know if their scripts require full language mode or will work with constrained language mode. It would be helpful to …
-
I'd like to start the discussion about having an option of adjusting rule severity. I am not sure how PSSA community decides rule severity while onboarding any new rules. But I personally think it wou…
-
I'm assembling this issue as more of a map/canonical issue for all the issues we have today around the `PSUseDeclaredVarsMoreThanAssignments` rule, just so it's easier to deduplicate new issues and co…