PSScriptAnalyzerSettings.psd1

@{
    Severity = @('Error', 'Warning')
    Rules    = @{
        PSAvoidUsingPlainTextForPassword            = @{ Enable = $true }
        PSUseShouldProcessForStateChangingFunctions = @{ Enable = $true }
        PSProvideCommentHelp                        = @{ Enable = $true }
    }
}