PowerShell / PowerShell/PSScriptAnalyzer
ProvideCommentHelp rule bug
Aberta
@kapilmb já está trabalhando nisso.
Desde 8/6/2016.
Issue - Bug
- Linguagem predominante
- C#
- Estrelas
- 2.2k
- Forks
- 414
- Merge médio
- 13h 1min
- PRs com merge (30d)
- 2
Descrição
If functions are exported by their full name then they are caught by this rule as needing a help comment, however, if the functions are exported using a wildcard such as:
'Export-ModuleMember -Function *-TargetResource'
Then this rule ignores whether they have a help comment or not.
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Avaliação
Esta issue ainda não foi avaliada.