-
## User Story
- As a maintainer of PSScriptAnalyzer
- I want test coverage of the input validation of `Invoke-ScriptAnalyzer -Settings` arguments
- so that I can review the stability of changes t…
-
I've been debugging other issues in PSES and I'm seeing multiple instances of this exception. Can this be safely ignored or is there a problem here:
![image](https://user-images.githubusercontent.…
-
We are using PSSA as a PR policy for our repo, when the ps1 file has a code like this:
```
& "\\networkpath\\test.exe"
```
The Invoke-ScriptAnalyzer will throw a error like "Invoke-ScriptAnalyzer…
-
Steps to reproduce
------------------
```PowerShell
'@{ Rules = @{ PSUseCorrectCasing = @{ Enable = $true } } }' > rules.psd1
Invoke-ScriptAnalyzer -Settings rules.psd1 -ScriptDefinition 'Update…
-
## Summary of the new feature
Remembering the days behind my TRS-80 where the first versions only had a `6` bit character set of `64` characters.
A few years later, I extend the character set with…
iRon7 updated
5 months ago
-
The PSSA test `source/Tests/QA/PSSAResource.common.Tests.ps1` currently ignores a repository's Script Analyzer file. I Script Analyzer file can be used to add additional custom rules that should only…
-
I have a test that uses Get-ScriptAnalyzerRule which I think is preventing the GUI from showing my tests. When I hit the run button I get the error:
> System.Management.Automation.CommandNotFoundEx…
-
**Summary of the new feature**
`[ScriptBlock]`s might contain both single and double quotes therefore it would makes sense to accept a `ScriptBlock` for the `-ScriptDefinition` parameter so that it…
-
## User Story
- As a writer of PSScriptAnalyzer settings files
- I want static code checking of the structure of PSScriptAnalyzer settings files
- so that I can catch schematic violations early a…
-
Removing a version of PSScriptAnalyzer does not remove its behavior from the session. I don't know much about this, but it looks like we're missing code to clean up after a remove.
Version 1.10.0 a…
juneb updated
7 years ago