diff --git a/PSScriptAnalyzerSettings.psd1 b/PSScriptAnalyzerSettings.psd1 new file mode 100644 index 0000000..23508ea --- /dev/null +++ b/PSScriptAnalyzerSettings.psd1 @@ -0,0 +1,6 @@ +@{ + ExcludeRules = @( + 'PSDSCDscExamplesPresent', + 'PSDSCDscTestsPresent' + ) +}