chocolatey / package-validator

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

PackageIdTooLongWithNoDashesNote also counts standard suffixes. #162

Closed AdmiringWorm closed 6 years ago

AdmiringWorm commented 7 years ago

If package ids include the suffix .install or .portable this are included as the length of the package id, I believe standard suffixes should not be counted as the length of the id as these are mainly used to differentiate between a installer package and a portable package.

AdmiringWorm commented 7 years ago

Before adding this, #163 should probably be considered first.