Update MSFT.OSS.Rule.ps1 (#69)
This commit is contained in:
Родитель
5caf9ac3c8
Коммит
1d28121ed0
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Synopsis: Check for recommended community files
|
||||
Rule 'MSFT.OSS.Community' -Type 'PSRule.Data.RepositoryInfo' {
|
||||
$Assert.FilePath($TargetObject, 'FullName', @('LICENSE'));
|
||||
$Assert.FilePath($TargetObject, 'FullName', @('LICENSE', 'LICENSE.txt'));
|
||||
$Assert.FilePath($TargetObject, 'FullName', @('CODE_OF_CONDUCT.md'));
|
||||
$Assert.FilePath($TargetObject, 'FullName', @('CONTRIBUTING.md'));
|
||||
$Assert.FilePath($TargetObject, 'FullName', @('SECURITY.md'));
|
||||
|
|
Загрузка…
Ссылка в новой задаче