NetboxPS/.vscode/PSScriptAnalyzerSettings.psd1
Alexis La Goutte 1c212a0375 PSSA: Add Github Actions for launch PSSA (PowerShell Script Analyzer) when launch PR
Add also vscode/PSScriptAnalyzerSettings.psd1 for Settings for PSSA (can be reuse also for vscode...)
2021-07-07 22:10:50 +02:00

5 lines
No EOL
72 B
PowerShell

@{
ExcludeRules = @(
'PSUseToExportFieldsInManifest'
)
}