chocolatey / package-validator

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

NOTE: Ensure remove-item / remove* are wrapped with guards #139

Open ferventcoder opened 8 years ago

ferventcoder commented 8 years ago

Detect and leave a note for moderators to review that these are wrapped with guards to ensure that the value if a variable is null or not prior to running the remove.

AdmiringWorm commented 7 years ago

Related to #91 ?