Where is PSScriptAnalyzerSettings.psd1 supposed to be stored? #489
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
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?The text was updated successfully, but these errors were encountered: