Build/PSScriptAnalyzerSettings.psd1

@{
    # IncludeRules = @('PSAvoidUsingPlainTextForPassword',
    # 'PSAvoidUsingConvertToSecureStringWithPlainText')
    # Severity=@()
    ExcludeRules=@('*')


    # PSProvideCommentHelp = @{
        # Enable = $true
        # ExportedOnly = $false
        # BlockComment = $true
        # VSCodeSnippetCorrection = $false
        # Placement = 'before'
    # }
}