NetboxPS/.vscode/PSScriptAnalyzerSettings.psd1
Alexis La Goutte fcbb25c088
PSSA: Add Github Actions for launch PSSA (PowerShell Script Analyzer) when launch PR (#11)
Add also vscode/PSScriptAnalyzerSettings.psd1 for Settings for PSSA (can be reuse also for vscode...)
2021-07-22 09:23:15 -04:00

5 lines
No EOL
72 B
PowerShell

@{
ExcludeRules = @(
'PSUseToExportFieldsInManifest'
)
}