Skip to content

Commit cb69647

Browse files
committed
Disable pssa rule about BOM
1 parent 946329e commit cb69647

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PSScriptAnalyzerSettings.psd1

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@{
22
IncludeDefaultRules = $true
3+
ExcludeRules = @(
4+
'PSUseBOMForUnicodeEncodedFile'
5+
)
36
Rules = @{
47
PSUseCompatibleSyntax = @{
58
Enable = $true

0 commit comments

Comments
 (0)