mirror of
https://github.com/tigpas/NetboxPS.git
synced 2026-03-22 05:55:32 +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'
|
|
)
|
|
} |