Pkgcheck Warnings
- All Versions
- 0.1.7
- ExcessiveLineLength
excessive line length (over 120 characters) on lines: 227, 228 - SuboptimalCratesSeparator
line: 7: using - as name-version separator in CRATES is suboptimal, use name@version instead - SuboptimalCratesURICall
line: 173: calling '$(cargo_crate_uris)' is suboptimal, use '${CARGO_CRATE_URIS}' for global CRATES instead - VariableOrderWrong
variable LICENSE should occur before RESTRICT
Pkgcheck is used regularly to generate QA reports. Pkgcheck is a pkgcore-based QA utility for ebuild repos.