mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
Add also vscode/PSScriptAnalyzerSettings.psd1 for Settings for PSSA (can be reuse also for vscode...)
5 lines
No EOL
72 B
PowerShell
5 lines
No EOL
72 B
PowerShell
@{
|
|
ExcludeRules = @(
|
|
'PSUseToExportFieldsInManifest'
|
|
)
|
|
} |