We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7df85 commit 559b552Copy full SHA for 559b552
Tests/Engine/SettingsTest/Project1/ExplicitSettings.psd1
@@ -1,6 +1,4 @@
1
@{
2
- "CustomRulePath" = @("C:\rules\module1", "C:\rules\module2")
3
- "IncludeDefaultRules" = $true
4
"IncludeRules" = @("PSAvoidUsingCmdletAliases", "PSAvoidUsingWriteHost", "PSUseConsistentIndentation")
5
"ExcludeRules" = @("PSShouldProcess", "PSAvoidUsingWMICmdlet", "PSUseCmdletCorrectly")
6
"rules" = @{
0 commit comments