mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
scripts/zero-qa: snippit for handling qa
This commit is contained in:
parent
c24c8ecc0f
commit
4b0fedf15f
1 changed files with 5 additions and 0 deletions
5
scripts/zero-qa
Executable file
5
scripts/zero-qa
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -eux
|
||||
pkgcheck scan --exit warning -k=-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-MissingRemoteId,-UnknownProfilePackageUse,-UnknownProfileUse,-UnknownProfileUseExpand,-UnknownProfilePackageKeywords,-UnknownProfilePackage,-UnusedProfileDirs,-RedundantPackageUpdate,-OutdatedProfilePackage,-OldPackageUpdate,-OldMultiMovePackageUpdate,-MultiMovePackageUpdate,-LaggingProfileEapi,-BadDescription,-VariableOrderWrong,-LaggingStable,-SizeViolation,-TotalSizeViolation,-UnknownUseFlags,-MatchingChksums,-UnusedEclasses,-AbsoluteSymlink,-ExcessiveLineLength
|
||||
|
||||
#pkgcheck scan --exit warning -k=EmptyGlobalAssignment
|
||||
Loading…
Reference in a new issue