PSScriptAnalyzerSettings.psd1

# PSScriptAnalyzerSettings.psd1
@{
    ExcludeRules=@('PSUseSingularNouns',
                'PSAvoidUsingWriteHost')
}