chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

InstallScriptsShouldntUseInstallArgumentsRequirement gets triggered by comments #141

Open jberezanski opened 8 years ago

jberezanski commented 8 years ago

There is a comment in my visualstudio2017enterprise package, which mentions the chocolateyInstallArguments variable. The validator flags this as a requirement violation.

110 is probably the best way to fix this.

ferventcoder commented 8 years ago

Yes.