Skip to content

Commit 4043969

Browse files
Revert severity level from 'Information' to 'Warning' in Custom.Settings.psd1 and comment out IncludeRules
1 parent 30efe9f commit 4043969

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/srcTestRepo/tests/Custom.Settings.psd1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
ExcludeRules = @(
5353
'PSUseConsistentWhitespace'
5454
)
55-
IncludeRules = @(
56-
'PSAvoidSemicolonsAsLineTerminators'
57-
'PSPlaceCloseBrace'
58-
'PSPlaceOpenBrace'
59-
'PSProvideCommentHelp'
60-
'PSUseConsistentIndentation'
61-
)
55+
# IncludeRules = @(
56+
# 'PSAvoidSemicolonsAsLineTerminators'
57+
# 'PSPlaceCloseBrace'
58+
# 'PSPlaceOpenBrace'
59+
# 'PSProvideCommentHelp'
60+
# 'PSUseConsistentIndentation'
61+
# )
6262
Severity = @(
6363
'Error'
64-
'Information'
64+
'Warning'
6565
)
6666
}

0 commit comments

Comments
 (0)