Sampler
Sampler copied to clipboard
Where is PSScriptAnalyzerSettings.psd1 supposed to be stored?
In the default module.tests.ps1
, the ScriptAnalyzer rules are fetched using $scriptAnalyzerRules = Get-ScriptAnalyzerRule
.
But where should I store the PSScriptAnalyzerSettings.psd1
file, if I'd like to use different settings for different modules?