Skip to content

Add PSScriptAnalyzer (code quality Checker Module) #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2022

Conversation

chadnpc
Copy link

@chadnpc chadnpc commented May 28, 2022

Added PSScriptAnalyzer, fixed indentations and a PSscriptAnalyser 's false positive

PSScriptAnalyzer is used in many opensource PowerShell Projects Its really, really handy,

I use it when:

  • Fixing inconsistent indentations

  • Spotting unused parameters etc ...

Alain Herve added 2 commits May 28, 2022 20:43
Added [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer/)

Its used in many opensource PowerShell Projects Its really, really handy,

I use it when:

- Fixing inconsistent indentations

- Spotting unused parameter

- Removing invalid characters etc ...
Indentation and fix PSScriptAnalyzer 's [false positive](PowerShell/PSScriptAnalyzer#1504)
at:
```powershell
$Targets += [Target]::new($Target,(  Start-Job -ScriptBlock -scriptblock { ... } -ArgumentList
```
@chadnpc chadnpc changed the title Create PSScriptAnalyzerSettings.psd1 Add PSScriptAnalyzer (A code quality Checker Module) May 28, 2022
@chadnpc chadnpc changed the title Add PSScriptAnalyzer (A code quality Checker Module) Add PSScriptAnalyzer (code quality Checker Module) May 28, 2022
@daisaacson daisaacson self-assigned this May 29, 2022
@daisaacson
Copy link
Owner

looks good, ty

@daisaacson daisaacson merged commit d7c3383 into daisaacson:main May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants