mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
ps-lint: ignore rules that are not relevant to Ansible (#46376)
This commit is contained in:
parent
1de88cbaa9
commit
ba638f40cf
5 changed files with 8 additions and 40 deletions
|
@ -109,8 +109,6 @@ Function Get-ChocolateySources {
|
|||
}
|
||||
|
||||
Function New-ChocolateySource {
|
||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingUserNameAndPassWordParams", "", Justification="We need to use the plaintext pass in the cmdline, also using a SecureString here doesn't make sense considering the source is not secure")]
|
||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingPlainTextForPassword", "", Justification="See above")]
|
||||
param(
|
||||
$choco_app,
|
||||
$name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue