Skip to content

Commit 4568c01

Browse files
committed
Remove DSC analyzer rules
1 parent 781e7db commit 4568c01

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

PSScriptAnalyzerSettings.psd1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@{
2+
ExcludeRules = @(
3+
'PSDSCDscExamplesPresent',
4+
'PSDSCDscTestsPresent'
5+
)
6+
}

0 commit comments

Comments
 (0)