.coveragerc
.pylintrc
LICENSE
MANIFEST.in
NEWS.rst
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.generated/caches
.generated/checks
.generated/keywords
.generated/reporters
.generated/scopes
bin/pkgcheck
completion/zsh/_pkgcheck
data/ci.py
data/perl-version.pl
data/pkgcheck.conf
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/news.rst
doc/generate/pkgcheck/checks.py
doc/generate/pkgcheck/keywords.py
doc/generate/pkgcheck/reporters.py
doc/man/config.rst
doc/man/pkgcheck.rst
requirements/ci.txt
requirements/dev.txt
requirements/dist.txt
requirements/docs.txt
requirements/install.txt
requirements/pyproject.toml
requirements/test.txt
requirements/tox.txt
src/pkgcheck/__init__.py
src/pkgcheck/api.py
src/pkgcheck/base.py
src/pkgcheck/cli.py
src/pkgcheck/const.py
src/pkgcheck/feeds.py
src/pkgcheck/log.py
src/pkgcheck/objects.py
src/pkgcheck/packages.py
src/pkgcheck/pipeline.py
src/pkgcheck/reporters.py
src/pkgcheck/results.py
src/pkgcheck/runners.py
src/pkgcheck/sources.py
src/pkgcheck/utils.py
src/pkgcheck.egg-info/PKG-INFO
src/pkgcheck.egg-info/SOURCES.txt
src/pkgcheck.egg-info/dependency_links.txt
src/pkgcheck.egg-info/requires.txt
src/pkgcheck.egg-info/top_level.txt
src/pkgcheck/addons/__init__.py
src/pkgcheck/addons/caches.py
src/pkgcheck/addons/eclass.py
src/pkgcheck/addons/git.py
src/pkgcheck/addons/net.py
src/pkgcheck/addons/profiles.py
src/pkgcheck/bash/__init__.py
src/pkgcheck/bash/lang.so
src/pkgcheck/checks/__init__.py
src/pkgcheck/checks/acct.py
src/pkgcheck/checks/cleanup.py
src/pkgcheck/checks/codingstyle.py
src/pkgcheck/checks/dropped_keywords.py
src/pkgcheck/checks/eclass.py
src/pkgcheck/checks/git.py
src/pkgcheck/checks/glsa.py
src/pkgcheck/checks/header.py
src/pkgcheck/checks/imlate.py
src/pkgcheck/checks/metadata.py
src/pkgcheck/checks/metadata_xml.py
src/pkgcheck/checks/network.py
src/pkgcheck/checks/overlays.py
src/pkgcheck/checks/perl.py
src/pkgcheck/checks/pkgdir.py
src/pkgcheck/checks/profiles.py
src/pkgcheck/checks/python.py
src/pkgcheck/checks/repo.py
src/pkgcheck/checks/repo_metadata.py
src/pkgcheck/checks/stablereq.py
src/pkgcheck/checks/unstable_only.py
src/pkgcheck/checks/visibility.py
src/pkgcheck/checks/whitespace.py
src/pkgcheck/scripts/__init__.py
src/pkgcheck/scripts/argparse_actions.py
src/pkgcheck/scripts/argparsers.py
src/pkgcheck/scripts/pkgcheck.py
src/pkgcheck/scripts/pkgcheck_cache.py
src/pkgcheck/scripts/pkgcheck_ci.py
src/pkgcheck/scripts/pkgcheck_replay.py
src/pkgcheck/scripts/pkgcheck_scan.py
src/pkgcheck/scripts/pkgcheck_show.py
testdata/pkgcheck
testdata/data/repos/eclass/EapiCheck/UnsupportedEclassEapi/expected.json
testdata/data/repos/eclass/EapiCheck/UnsupportedEclassEapi/fix.patch
testdata/data/repos/eclass/EclassCheck/EclassBashSyntaxError/expected.json
testdata/data/repos/eclass/EclassCheck/EclassBashSyntaxError/fix.patch
testdata/data/repos/eclass/EclassCheck/EclassDocError/expected.json
testdata/data/repos/eclass/EclassCheck/EclassDocError/fix.patch
testdata/data/repos/eclass/EclassCheck/EclassDocMissingFunc/expected.json
testdata/data/repos/eclass/EclassCheck/EclassDocMissingFunc/fix.patch
testdata/data/repos/eclass/EclassCheck/EclassDocMissingVar/expected.json
testdata/data/repos/eclass/EclassCheck/EclassDocMissingVar/fix.patch
testdata/data/repos/eclass/EclassUsageCheck/DeprecatedEclass/expected.json
testdata/data/repos/eclass/EclassUsageCheck/DeprecatedEclass/fix.patch
testdata/data/repos/eclass/EclassUsageCheck/MisplacedEclassVar/expected.json
testdata/data/repos/eclass/EclassUsageCheck/MisplacedEclassVar/fix.patch
testdata/data/repos/eclass/InheritsCheck/InternalEclassUsage/expected.json
testdata/data/repos/eclass/InheritsCheck/InternalEclassUsage/fix.patch
testdata/data/repos/eclass/InheritsCheck/MissingInherits/expected.json
testdata/data/repos/eclass/InheritsCheck/MissingInherits/fix.patch
testdata/data/repos/eclass/InheritsCheck/UnusedInherits/expected.json
testdata/data/repos/eclass/InheritsCheck/UnusedInherits/fix.patch
testdata/data/repos/gentoo/CategoryMetadataXmlCheck/CatMissingMetadataXml/expected.json
testdata/data/repos/gentoo/CategoryMetadataXmlCheck/CatMissingMetadataXml/fix.patch
testdata/data/repos/gentoo/EbuildHeaderCheck/EbuildInvalidCopyright/expected.json
testdata/data/repos/gentoo/EbuildHeaderCheck/EbuildInvalidCopyright/fix.patch
testdata/data/repos/gentoo/EbuildHeaderCheck/EbuildInvalidLicenseHeader/expected.json
testdata/data/repos/gentoo/EbuildHeaderCheck/EbuildInvalidLicenseHeader/fix.patch
testdata/data/repos/gentoo/EbuildHeaderCheck/EbuildNonGentooAuthorsCopyright/expected.json
testdata/data/repos/gentoo/EbuildHeaderCheck/EbuildNonGentooAuthorsCopyright/fix.patch
testdata/data/repos/gentoo/EbuildHeaderCheck/EbuildOldGentooCopyright/expected.json
testdata/data/repos/gentoo/EbuildHeaderCheck/EbuildOldGentooCopyright/fix.patch
testdata/data/repos/gentoo/EclassHeaderCheck/EclassInvalidCopyright/expected.json
testdata/data/repos/gentoo/EclassHeaderCheck/EclassInvalidCopyright/fix.patch
testdata/data/repos/gentoo/EclassHeaderCheck/EclassInvalidLicenseHeader/expected.json
testdata/data/repos/gentoo/EclassHeaderCheck/EclassInvalidLicenseHeader/fix.patch
testdata/data/repos/gentoo/EclassHeaderCheck/EclassNonGentooAuthorsCopyright/expected.json
testdata/data/repos/gentoo/EclassHeaderCheck/EclassNonGentooAuthorsCopyright/fix.patch
testdata/data/repos/gentoo/EclassHeaderCheck/EclassOldGentooCopyright/expected.json
testdata/data/repos/gentoo/EclassHeaderCheck/EclassOldGentooCopyright/fix.patch
testdata/data/repos/gentoo/EmptyDirsCheck/EmptyCategoryDir/expected.json
testdata/data/repos/gentoo/EmptyDirsCheck/EmptyCategoryDir/fix.patch
testdata/data/repos/gentoo/EmptyDirsCheck/EmptyPackageDir/expected.json
testdata/data/repos/gentoo/EmptyDirsCheck/EmptyPackageDir/fix.patch
testdata/data/repos/gentoo/PackageMetadataXmlCheck/MaintainerNeeded/expected.json
testdata/data/repos/gentoo/PackageMetadataXmlCheck/MaintainerNeeded/fix.patch
testdata/data/repos/gentoo/PackageMetadataXmlCheck/MaintainerWithoutProxy/expected.json
testdata/data/repos/gentoo/PackageMetadataXmlCheck/MaintainerWithoutProxy/fix.patch
testdata/data/repos/gentoo/PackageMetadataXmlCheck/NonexistentProjectMaintainer/expected.json
testdata/data/repos/gentoo/PackageMetadataXmlCheck/NonexistentProjectMaintainer/fix.patch
testdata/data/repos/gentoo/PackageMetadataXmlCheck/PkgMissingMetadataXml/expected.json
testdata/data/repos/gentoo/PackageMetadataXmlCheck/PkgMissingMetadataXml/fix.patch
testdata/data/repos/gentoo/PackageMetadataXmlCheck/ProxyWithoutProxied/expected.json
testdata/data/repos/gentoo/PackageMetadataXmlCheck/ProxyWithoutProxied/fix.patch
testdata/data/repos/gentoo/PackageMetadataXmlCheck/RedundantLongDescription/expected.json
testdata/data/repos/gentoo/PackageMetadataXmlCheck/RedundantLongDescription/fix.patch
testdata/data/repos/gentoo/PackageMetadataXmlCheck/WrongMaintainerType/expected.json
testdata/data/repos/gentoo/PackageMetadataXmlCheck/WrongMaintainerType/fix.patch
testdata/data/repos/gentoo/PkgDirCheck/UnknownPkgDirEntry/expected.json
testdata/data/repos/gentoo/PkgDirCheck/UnknownPkgDirEntry/fix.sh
testdata/data/repos/gentoo/RepoDirCheck/BinaryFile/expected.json
testdata/data/repos/gentoo/RepoDirCheck/BinaryFile/fix.sh
testdata/data/repos/gentoo/RepoDirCheck/BinaryFile/trigger.sh
testdata/data/repos/gentoo/RepoProfilesCheck/LaggingProfileEapi/expected.json
testdata/data/repos/gentoo/RepoProfilesCheck/LaggingProfileEapi/fix.patch
testdata/data/repos/gentoo/RepoProfilesCheck/NonexistentCategories/expected.json
testdata/data/repos/gentoo/RepoProfilesCheck/NonexistentCategories/fix.patch
testdata/data/repos/gentoo/RepoProfilesCheck/ProfileWarning/expected.json
testdata/data/repos/gentoo/RepoProfilesCheck/ProfileWarning/fix.patch
testdata/data/repos/gentoo/RepoProfilesCheck/UnknownCategoryDirs/expected.json
testdata/data/repos/gentoo/RepoProfilesCheck/UnknownCategoryDirs/fix.patch
testdata/data/repos/gentoo/UnstableOnlyCheck/UnstableOnly/expected.json
testdata/data/repos/gentoo/UnstableOnlyCheck/UnstableOnly/fix.patch
testdata/data/repos/network/FetchablesUrlCheck/DeadUrl/expected.json
testdata/data/repos/network/FetchablesUrlCheck/HttpsUrlAvailable/expected.json
testdata/data/repos/network/FetchablesUrlCheck/RedirectedUrl/expected.json
testdata/data/repos/network/FetchablesUrlCheck/SSLCertificateError/expected.json
testdata/data/repos/network/HomepageUrlCheck/DeadUrl/expected.json
testdata/data/repos/network/HomepageUrlCheck/DeadUrl-connection-error/expected.json
testdata/data/repos/network/HomepageUrlCheck/HttpsUrlAvailable/expected.json
testdata/data/repos/network/HomepageUrlCheck/RedirectedUrl/expected.json
testdata/data/repos/network/HomepageUrlCheck/SSLCertificateError/expected.json
testdata/data/repos/network/MetadataUrlCheck/DeadUrl/expected.json
testdata/data/repos/network/MetadataUrlCheck/HttpsUrlAvailable/expected.json
testdata/data/repos/network/MetadataUrlCheck/RedirectedUrl/expected.json
testdata/data/repos/network/MetadataUrlCheck/SSLCertificateError/expected.json
testdata/data/repos/overlay/UnusedInMastersCheck/UnusedInMastersEclasses/expected.json
testdata/data/repos/overlay/UnusedInMastersCheck/UnusedInMastersGlobalUse/expected.json
testdata/data/repos/overlay/UnusedInMastersCheck/UnusedInMastersLicenses/expected.json
testdata/data/repos/overlay/UnusedInMastersCheck/UnusedInMastersMirrors/expected.json
testdata/data/repos/profiledir/ProfilesCheck/ProfileError/expected.json
testdata/data/repos/profiledir/ProfilesCheck/ProfileError/fix.patch
testdata/data/repos/profiledir/ProfilesCheck/UnknownProfilePackage/expected.json
testdata/data/repos/profiledir/ProfilesCheck/UnknownProfilePackage/fix.patch
testdata/data/repos/profiledir/ProfilesCheck/UnknownProfilePackageKeywords/expected.json
testdata/data/repos/profiledir/ProfilesCheck/UnknownProfilePackageKeywords/fix.patch
testdata/data/repos/profiledir/ProfilesCheck/UnknownProfilePackageUse/expected.json
testdata/data/repos/profiledir/ProfilesCheck/UnknownProfilePackageUse/fix.patch
testdata/data/repos/profiledir/ProfilesCheck/UnknownProfileUse/expected.json
testdata/data/repos/profiledir/ProfilesCheck/UnknownProfileUse/fix.patch
testdata/data/repos/profiledir/RepoProfilesCheck/ArchesWithoutProfiles/expected.json
testdata/data/repos/profiledir/RepoProfilesCheck/ArchesWithoutProfiles/fix.sh
testdata/data/repos/profiledir/RepoProfilesCheck/NonexistentProfilePath/expected.json
testdata/data/repos/profiledir/RepoProfilesCheck/NonexistentProfilePath/fix.patch
testdata/data/repos/profiledir/RepoProfilesCheck/ProfileError/expected.json
testdata/data/repos/profiledir/RepoProfilesCheck/ProfileError/fix.patch
testdata/data/repos/profiledir/RepoProfilesCheck/UnusedProfileDirs/expected.json
testdata/data/repos/profiledir/RepoProfilesCheck/UnusedProfileDirs/fix.patch
testdata/data/repos/python/PythonCheck/PythonMissingDeps/expected.json
testdata/data/repos/python/PythonCheck/PythonMissingDeps/fix.patch
testdata/data/repos/python/PythonCompatCheck/PythonCompatUpdate/expected.json
testdata/data/repos/python/PythonCompatCheck/PythonCompatUpdate/fix.patch
testdata/data/repos/standalone/BadCommandsCheck/BannedEapiCommand/expected.json
testdata/data/repos/standalone/BadCommandsCheck/BannedEapiCommand/fix.patch
testdata/data/repos/standalone/BadCommandsCheck/DeprecatedEapiCommand/expected.json
testdata/data/repos/standalone/BadCommandsCheck/DeprecatedEapiCommand/fix.patch
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatBadlyFormedXml/expected.json
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatBadlyFormedXml/fix.patch
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatInvalidXml/expected.json
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatInvalidXml/fix.patch
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatMetadataXmlEmptyElement/expected.json
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatMetadataXmlEmptyElement/fix.patch
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatMetadataXmlIndentation/expected.json
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatMetadataXmlIndentation/fix.patch
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatMetadataXmlInvalidCatRef/expected.json
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatMetadataXmlInvalidCatRef/fix.patch
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatMetadataXmlInvalidPkgRef/expected.json
testdata/data/repos/standalone/CategoryMetadataXmlCheck/CatMetadataXmlInvalidPkgRef/fix.patch
testdata/data/repos/standalone/DependencyCheck/BadDependency/expected.json
testdata/data/repos/standalone/DependencyCheck/BadDependency/fix.patch
testdata/data/repos/standalone/DependencyCheck/InvalidBdepend/expected.json
testdata/data/repos/standalone/DependencyCheck/InvalidBdepend/fix.patch
testdata/data/repos/standalone/DependencyCheck/InvalidDepend/expected.json
testdata/data/repos/standalone/DependencyCheck/InvalidDepend/fix.patch
testdata/data/repos/standalone/DependencyCheck/InvalidPdepend/expected.json
testdata/data/repos/standalone/DependencyCheck/InvalidPdepend/fix.patch
testdata/data/repos/standalone/DependencyCheck/InvalidRdepend/expected.json
testdata/data/repos/standalone/DependencyCheck/InvalidRdepend/fix.patch
testdata/data/repos/standalone/DependencyCheck/MissingPackageRevision/expected.json
testdata/data/repos/standalone/DependencyCheck/MissingPackageRevision/fix.patch
testdata/data/repos/standalone/DependencyCheck/MissingUseDepDefault/expected.json
testdata/data/repos/standalone/DependencyCheck/MissingUseDepDefault/fix.patch
testdata/data/repos/standalone/DependencyCheck/UnstatedIuse/expected-verbose.json
testdata/data/repos/standalone/DependencyCheck/UnstatedIuse/expected.json
testdata/data/repos/standalone/DependencyCheck/UnstatedIuse/fix.patch
testdata/data/repos/standalone/DescriptionCheck/BadDescription/expected.json
testdata/data/repos/standalone/DescriptionCheck/BadDescription/fix.patch
testdata/data/repos/standalone/DroppedKeywordsCheck/DroppedKeywords/expected.json
testdata/data/repos/standalone/DroppedKeywordsCheck/DroppedKeywords/fix.patch
testdata/data/repos/standalone/EapiCheck/BannedEapi/expected.json
testdata/data/repos/standalone/EapiCheck/BannedEapi/fix.patch
testdata/data/repos/standalone/EapiCheck/DeprecatedEapi/expected.json
testdata/data/repos/standalone/EapiCheck/DeprecatedEapi/fix.patch
testdata/data/repos/standalone/EclassUsageCheck/DuplicateEclassInherit/expected.json
testdata/data/repos/standalone/EclassUsageCheck/DuplicateEclassInherit/fix.patch
testdata/data/repos/standalone/EqualVersionsCheck/EqualVersions/expected.json
testdata/data/repos/standalone/EqualVersionsCheck/EqualVersions/fix.patch
testdata/data/repos/standalone/GlobalUseCheck/PotentialGlobalUse/expected.json
testdata/data/repos/standalone/GlobalUseCheck/PotentialGlobalUse/fix.patch
testdata/data/repos/standalone/GlobalUseCheck/PotentialLocalUse/expected.json
testdata/data/repos/standalone/GlobalUseCheck/PotentialLocalUse/fix.patch
testdata/data/repos/standalone/GlobalUseCheck/UnusedGlobalUse/expected.json
testdata/data/repos/standalone/GlobalUseCheck/UnusedGlobalUse/fix.sh
testdata/data/repos/standalone/GlobalUseCheck/UnusedGlobalUseExpand/expected.json
testdata/data/repos/standalone/GlobalUseCheck/UnusedGlobalUseExpand/fix.patch
testdata/data/repos/standalone/HomepageCheck/BadHomepage/expected.json
testdata/data/repos/standalone/HomepageCheck/BadHomepage/fix.patch
testdata/data/repos/standalone/InsintoCheck/DeprecatedInsinto/expected.json
testdata/data/repos/standalone/InsintoCheck/DeprecatedInsinto/fix.patch
testdata/data/repos/standalone/IuseCheck/InvalidUseFlags/expected.json
testdata/data/repos/standalone/IuseCheck/InvalidUseFlags/fix.patch
testdata/data/repos/standalone/IuseCheck/UnknownUseFlags/expected.json
testdata/data/repos/standalone/IuseCheck/UnknownUseFlags/fix.patch
testdata/data/repos/standalone/KeywordsCheck/BadKeywords/expected.json
testdata/data/repos/standalone/KeywordsCheck/BadKeywords/fix.patch
testdata/data/repos/standalone/KeywordsCheck/DuplicateKeywords/expected.json
testdata/data/repos/standalone/KeywordsCheck/DuplicateKeywords/fix.patch
testdata/data/repos/standalone/KeywordsCheck/OverlappingKeywords/expected.json
testdata/data/repos/standalone/KeywordsCheck/OverlappingKeywords/fix.patch
testdata/data/repos/standalone/KeywordsCheck/UnknownKeywords/expected.json
testdata/data/repos/standalone/KeywordsCheck/UnknownKeywords/fix.patch
testdata/data/repos/standalone/KeywordsCheck/UnsortedKeywords/expected-verbose.json
testdata/data/repos/standalone/KeywordsCheck/UnsortedKeywords/expected.json
testdata/data/repos/standalone/KeywordsCheck/UnsortedKeywords/fix.patch
testdata/data/repos/standalone/LicenseCheck/InvalidLicense/expected.json
testdata/data/repos/standalone/LicenseCheck/InvalidLicense/fix.patch
testdata/data/repos/standalone/LicenseCheck/MissingLicense/expected.json
testdata/data/repos/standalone/LicenseCheck/MissingLicense/fix.patch
testdata/data/repos/standalone/LicenseCheck/MissingLicenseFile/expected.json
testdata/data/repos/standalone/LicenseCheck/MissingLicenseFile/fix.patch
testdata/data/repos/standalone/LicenseCheck/MissingLicenseRestricts/expected.json
testdata/data/repos/standalone/LicenseCheck/MissingLicenseRestricts/fix.patch
testdata/data/repos/standalone/LicenseCheck/UnnecessaryLicense/expected.json
testdata/data/repos/standalone/LicenseCheck/UnnecessaryLicense/fix.patch
testdata/data/repos/standalone/LicenseCheck/UnstatedIuse/expected-verbose.json
testdata/data/repos/standalone/LicenseCheck/UnstatedIuse/expected.json
testdata/data/repos/standalone/LicenseCheck/UnstatedIuse/fix.patch
testdata/data/repos/standalone/LicenseGroupsCheck/UnknownLicenses/expected.json
testdata/data/repos/standalone/LicenseGroupsCheck/UnknownLicenses/fix.patch
testdata/data/repos/standalone/LocalUseCheck/MatchingGlobalUse/expected.json
testdata/data/repos/standalone/LocalUseCheck/MatchingGlobalUse/fix.patch
testdata/data/repos/standalone/LocalUseCheck/MissingLocalUseDesc/expected.json
testdata/data/repos/standalone/LocalUseCheck/MissingLocalUseDesc/fix.patch
testdata/data/repos/standalone/LocalUseCheck/ProbableGlobalUse/expected.json
testdata/data/repos/standalone/LocalUseCheck/ProbableGlobalUse/fix.patch
testdata/data/repos/standalone/LocalUseCheck/ProbableUseExpand/expected.json
testdata/data/repos/standalone/LocalUseCheck/ProbableUseExpand/fix.patch
testdata/data/repos/standalone/LocalUseCheck/UnderscoreInUseFlag/expected.json
testdata/data/repos/standalone/LocalUseCheck/UnderscoreInUseFlag/fix.patch
testdata/data/repos/standalone/LocalUseCheck/UnusedLocalUse/expected.json
testdata/data/repos/standalone/LocalUseCheck/UnusedLocalUse/fix.patch
testdata/data/repos/standalone/ManifestCheck/DeprecatedChksum/expected.json
testdata/data/repos/standalone/ManifestCheck/DeprecatedChksum/fix.patch
testdata/data/repos/standalone/ManifestCheck/InvalidManifest/expected.json
testdata/data/repos/standalone/ManifestCheck/InvalidManifest/fix.patch
testdata/data/repos/standalone/ManifestCheck/MissingChksum/expected.json
testdata/data/repos/standalone/ManifestCheck/MissingChksum/fix.patch
testdata/data/repos/standalone/ManifestCheck/MissingManifest/expected.json
testdata/data/repos/standalone/ManifestCheck/MissingManifest/fix.patch
testdata/data/repos/standalone/ManifestCheck/UnknownManifest/expected.json
testdata/data/repos/standalone/ManifestCheck/UnknownManifest/fix.patch
testdata/data/repos/standalone/ManifestCheck/UnnecessaryManifest/expected.json
testdata/data/repos/standalone/ManifestCheck/UnnecessaryManifest/fix.patch
testdata/data/repos/standalone/ManifestCollisionCheck/ConflictingChksums/expected.json
testdata/data/repos/standalone/ManifestCollisionCheck/ConflictingChksums/fix.patch
testdata/data/repos/standalone/ManifestCollisionCheck/MatchingChksums/expected.json
testdata/data/repos/standalone/ManifestCollisionCheck/MatchingChksums/fix.patch
testdata/data/repos/standalone/MetadataVarCheck/HomepageInSrcUri/expected.json
testdata/data/repos/standalone/MetadataVarCheck/HomepageInSrcUri/fix.patch
testdata/data/repos/standalone/MetadataVarCheck/MultipleKeywordsLines/expected.json
testdata/data/repos/standalone/MetadataVarCheck/MultipleKeywordsLines/fix.patch
testdata/data/repos/standalone/MetadataVarCheck/ReferenceInMetadataVar/expected.json
testdata/data/repos/standalone/MetadataVarCheck/ReferenceInMetadataVar/fix.patch
testdata/data/repos/standalone/MetadataVarCheck/StaticSrcUri/expected.json
testdata/data/repos/standalone/MetadataVarCheck/StaticSrcUri/fix.patch
testdata/data/repos/standalone/MissingSlotDepCheck/MissingSlotDep/expected.json
testdata/data/repos/standalone/MissingSlotDepCheck/MissingSlotDep/fix.patch
testdata/data/repos/standalone/MissingUnpackerDepCheck/MissingUnpackerDep/expected.json
testdata/data/repos/standalone/MissingUnpackerDepCheck/MissingUnpackerDep/fix.patch
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgBadlyFormedXml/expected.json
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgBadlyFormedXml/fix.patch
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgInvalidXml/expected.json
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgInvalidXml/fix.patch
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlEmptyElement/expected.json
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlEmptyElement/fix.patch
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlIndentation/expected.json
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlIndentation/fix.patch
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlInvalidCatRef/expected.json
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlInvalidCatRef/fix.patch
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlInvalidPkgRef/expected.json
testdata/data/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlInvalidPkgRef/fix.patch
testdata/data/repos/standalone/PackageMetadataXmlCheck/RedundantLongDescription/expected.json
testdata/data/repos/standalone/PackageMetadataXmlCheck/RedundantLongDescription/fix.patch
testdata/data/repos/standalone/PkgDirCheck/DuplicateFiles/expected.json
testdata/data/repos/standalone/PkgDirCheck/DuplicateFiles/fix.patch
testdata/data/repos/standalone/PkgDirCheck/EmptyFile/expected.json
testdata/data/repos/standalone/PkgDirCheck/EmptyFile/fix.sh
testdata/data/repos/standalone/PkgDirCheck/ExecutableFile/expected.json
testdata/data/repos/standalone/PkgDirCheck/ExecutableFile/fix.sh
testdata/data/repos/standalone/PkgDirCheck/InvalidPN/expected.json
testdata/data/repos/standalone/PkgDirCheck/InvalidPN/fix.patch
testdata/data/repos/standalone/PkgDirCheck/MismatchedPN/expected.json
testdata/data/repos/standalone/PkgDirCheck/MismatchedPN/fix.patch
testdata/data/repos/standalone/ProjectMetadataCheck/EmptyProject/expected.json
testdata/data/repos/standalone/ProjectMetadataCheck/EmptyProject/fix.patch
testdata/data/repos/standalone/PropertiesCheck/InvalidProperties/expected.json
testdata/data/repos/standalone/PropertiesCheck/InvalidProperties/fix.patch
testdata/data/repos/standalone/PropertiesCheck/UnknownProperties/expected.json
testdata/data/repos/standalone/PropertiesCheck/UnknownProperties/fix.patch
testdata/data/repos/standalone/PropertiesCheck/UnstatedIuse/expected-verbose.json
testdata/data/repos/standalone/PropertiesCheck/UnstatedIuse/expected.json
testdata/data/repos/standalone/PropertiesCheck/UnstatedIuse/fix.patch
testdata/data/repos/standalone/ReadonlyVariableCheck/ReadonlyVariable/expected.json
testdata/data/repos/standalone/ReadonlyVariableCheck/ReadonlyVariable/fix.patch
testdata/data/repos/standalone/RedundantDodirCheck/RedundantDodir/expected.json
testdata/data/repos/standalone/RedundantDodirCheck/RedundantDodir/fix.patch
testdata/data/repos/standalone/RequiredUseCheck/InvalidRequiredUse/expected.json
testdata/data/repos/standalone/RequiredUseCheck/InvalidRequiredUse/fix.patch
testdata/data/repos/standalone/RequiredUseCheck/RequiredUseDefaults/expected-verbose.json
testdata/data/repos/standalone/RequiredUseCheck/RequiredUseDefaults/expected.json
testdata/data/repos/standalone/RequiredUseCheck/RequiredUseDefaults/fix.patch
testdata/data/repos/standalone/RequiredUseCheck/UnstatedIuse/expected-verbose.json
testdata/data/repos/standalone/RequiredUseCheck/UnstatedIuse/expected.json
testdata/data/repos/standalone/RequiredUseCheck/UnstatedIuse/fix.patch
testdata/data/repos/standalone/RestrictCheck/InvalidRestrict/expected.json
testdata/data/repos/standalone/RestrictCheck/InvalidRestrict/fix.patch
testdata/data/repos/standalone/RestrictCheck/UnknownRestrict/expected.json
testdata/data/repos/standalone/RestrictCheck/UnknownRestrict/fix.patch
testdata/data/repos/standalone/RestrictCheck/UnstatedIuse/expected-verbose.json
testdata/data/repos/standalone/RestrictCheck/UnstatedIuse/expected.json
testdata/data/repos/standalone/RestrictCheck/UnstatedIuse/fix.patch
testdata/data/repos/standalone/RestrictTestCheck/MissingTestRestrict/expected.json
testdata/data/repos/standalone/RestrictTestCheck/MissingTestRestrict/fix.patch
testdata/data/repos/standalone/SourcingCheck/InvalidEapi/expected.json
testdata/data/repos/standalone/SourcingCheck/InvalidEapi/fix.patch
testdata/data/repos/standalone/SourcingCheck/InvalidSlot/expected.json
testdata/data/repos/standalone/SourcingCheck/InvalidSlot/fix.patch
testdata/data/repos/standalone/SourcingCheck/SourcingError/expected.json
testdata/data/repos/standalone/SourcingCheck/SourcingError/fix.patch
testdata/data/repos/standalone/SrcUriCheck/BadFilename/expected.json
testdata/data/repos/standalone/SrcUriCheck/BadFilename/fix.patch
testdata/data/repos/standalone/SrcUriCheck/BadProtocol/expected.json
testdata/data/repos/standalone/SrcUriCheck/BadProtocol/fix.patch
testdata/data/repos/standalone/SrcUriCheck/InvalidSrcUri/expected.json
testdata/data/repos/standalone/SrcUriCheck/InvalidSrcUri/fix.patch
testdata/data/repos/standalone/SrcUriCheck/MissingUri/expected.json
testdata/data/repos/standalone/SrcUriCheck/MissingUri/fix.patch
testdata/data/repos/standalone/SrcUriCheck/RedundantUriRename/expected.json
testdata/data/repos/standalone/SrcUriCheck/RedundantUriRename/fix.patch
testdata/data/repos/standalone/SrcUriCheck/TarballAvailable/expected.json
testdata/data/repos/standalone/SrcUriCheck/TarballAvailable/fix.patch
testdata/data/repos/standalone/SrcUriCheck/UnknownMirror/expected.json
testdata/data/repos/standalone/SrcUriCheck/UnknownMirror/fix.patch
testdata/data/repos/standalone/SrcUriCheck/UnstatedIuse/expected-verbose.json
testdata/data/repos/standalone/SrcUriCheck/UnstatedIuse/expected.json
testdata/data/repos/standalone/SrcUriCheck/UnstatedIuse/fix.patch
testdata/data/repos/standalone/UnusedEclassesCheck/UnusedEclasses/expected.json
testdata/data/repos/standalone/UnusedEclassesCheck/UnusedEclasses/fix.patch
testdata/data/repos/standalone/UnusedLicensesCheck/UnusedLicenses/expected.json
testdata/data/repos/standalone/UnusedLicensesCheck/UnusedLicenses/fix.patch
testdata/data/repos/standalone/UnusedMirrorsCheck/UnusedMirrors/expected.json
testdata/data/repos/standalone/UnusedMirrorsCheck/UnusedMirrors/fix.sh
testdata/data/repos/standalone/VariableScopeCheck/MisplacedVariable/expected.json
testdata/data/repos/standalone/VariableScopeCheck/MisplacedVariable/fix.patch
testdata/data/repos/standalone/VisibilityCheck/NonexistentDeps/expected.json
testdata/data/repos/standalone/VisibilityCheck/NonexistentDeps/fix.patch
testdata/data/repos/standalone/VisibilityCheck/VisibleVcsPkg/expected-verbose.json
testdata/data/repos/standalone/VisibilityCheck/VisibleVcsPkg/expected.json
testdata/data/repos/standalone/VisibilityCheck/VisibleVcsPkg/fix.patch
testdata/data/repos/standalone/WhitespaceCheck/BadWhitespaceCharacter/expected.json
testdata/data/repos/standalone/WhitespaceCheck/BadWhitespaceCharacter/fix.patch
testdata/data/repos/standalone/WhitespaceCheck/DoubleEmptyLine/expected.json
testdata/data/repos/standalone/WhitespaceCheck/DoubleEmptyLine/fix.patch
testdata/data/repos/standalone/WhitespaceCheck/NoFinalNewline/expected.json
testdata/data/repos/standalone/WhitespaceCheck/NoFinalNewline/fix.patch
testdata/data/repos/standalone/WhitespaceCheck/TrailingEmptyLine/expected.json
testdata/data/repos/standalone/WhitespaceCheck/TrailingEmptyLine/fix.patch
testdata/data/repos/visibility/DependencyCheck/DeprecatedDep/expected.json
testdata/data/repos/visibility/DependencyCheck/DeprecatedDep/fix.patch
testdata/data/repos/visibility/VisibilityCheck/NonsolvableDepsInDev/expected-verbose.json
testdata/data/repos/visibility/VisibilityCheck/NonsolvableDepsInDev/expected.json
testdata/data/repos/visibility/VisibilityCheck/NonsolvableDepsInDev/fix.patch
testdata/data/repos/visibility/VisibilityCheck/NonsolvableDepsInExp/expected-verbose.json
testdata/data/repos/visibility/VisibilityCheck/NonsolvableDepsInExp/expected.json
testdata/data/repos/visibility/VisibilityCheck/NonsolvableDepsInExp/fix.patch
testdata/data/repos/visibility/VisibilityCheck/NonsolvableDepsInStable/expected-verbose.json
testdata/data/repos/visibility/VisibilityCheck/NonsolvableDepsInStable/expected.json
testdata/data/repos/visibility/VisibilityCheck/NonsolvableDepsInStable/fix.patch
testdata/repos/eclass/EapiCheck/UnsupportedEclassEapi/UnsupportedEclassEapi-0.ebuild
testdata/repos/eclass/EclassUsageCheck/DeprecatedEclass/DeprecatedEclass-0.ebuild
testdata/repos/eclass/EclassUsageCheck/DeprecatedEclass/DeprecatedEclass-1.ebuild
testdata/repos/eclass/EclassUsageCheck/MisplacedEclassVar/MisplacedEclassVar-0.ebuild
testdata/repos/eclass/InheritsCheck/InternalEclassUsage/InternalEclassUsage-0.ebuild
testdata/repos/eclass/InheritsCheck/MissingInherits/MissingInherits-0.ebuild
testdata/repos/eclass/InheritsCheck/MissingInherits/MissingInherits-1.ebuild
testdata/repos/eclass/InheritsCheck/UnusedInherits/UnusedInherits-0.ebuild
testdata/repos/eclass/eclass/bad.eclass
testdata/repos/eclass/eclass/deprecated.eclass
testdata/repos/eclass/eclass/deprecated2.eclass
testdata/repos/eclass/eclass/inherit.eclass
testdata/repos/eclass/eclass/missing-docs.eclass
testdata/repos/eclass/eclass/no-maintainer.eclass
testdata/repos/eclass/eclass/pre-inherit.eclass
testdata/repos/eclass/eclass/replacement.eclass
testdata/repos/eclass/eclass/stub.eclass
testdata/repos/eclass/eclass/unused.eclass
testdata/repos/eclass/eclass/vcs.eclass
testdata/repos/eclass/licenses/BSD
testdata/repos/eclass/metadata/layout.conf
testdata/repos/eclass/profiles/repo_name
testdata/repos/eclass/stub/stub1/stub1-0.ebuild
testdata/repos/gentoo/CatMissingMetadataXml/stub1/metadata.xml
testdata/repos/gentoo/CatMissingMetadataXml/stub1/stub1-0.ebuild
testdata/repos/gentoo/CatMissingMetadataXml/stub2/metadata.xml
testdata/repos/gentoo/CatMissingMetadataXml/stub2/stub2-0.ebuild
testdata/repos/gentoo/EbuildHeaderCheck/metadata.xml
testdata/repos/gentoo/EbuildHeaderCheck/EbuildInvalidCopyright/EbuildInvalidCopyright-0.ebuild
testdata/repos/gentoo/EbuildHeaderCheck/EbuildInvalidCopyright/metadata.xml
testdata/repos/gentoo/EbuildHeaderCheck/EbuildInvalidLicenseHeader/EbuildInvalidLicenseHeader-0.ebuild
testdata/repos/gentoo/EbuildHeaderCheck/EbuildInvalidLicenseHeader/EbuildInvalidLicenseHeader-1.ebuild
testdata/repos/gentoo/EbuildHeaderCheck/EbuildInvalidLicenseHeader/metadata.xml
testdata/repos/gentoo/EbuildHeaderCheck/EbuildNonGentooAuthorsCopyright/EbuildNonGentooAuthorsCopyright-0.ebuild
testdata/repos/gentoo/EbuildHeaderCheck/EbuildNonGentooAuthorsCopyright/metadata.xml
testdata/repos/gentoo/EbuildHeaderCheck/EbuildOldGentooCopyright/EbuildOldGentooCopyright-0.ebuild
testdata/repos/gentoo/EbuildHeaderCheck/EbuildOldGentooCopyright/metadata.xml
testdata/repos/gentoo/EmptyCategoryDir/metadata.xml
testdata/repos/gentoo/EmptyDirsCheck/metadata.xml
testdata/repos/gentoo/EmptyDirsCheck/EmptyPackageDir/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/MaintainerNeeded/MaintainerNeeded-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/MaintainerNeeded/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/MaintainerNeeded2/MaintainerNeeded2-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/MaintainerNeeded2/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/MaintainerWithoutProxy/MaintainerWithoutProxy-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/MaintainerWithoutProxy/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/MaintainerWithoutProxy2/MaintainerWithoutProxy2-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/MaintainerWithoutProxy2/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/NonexistentProjectMaintainer/NonexistentProjectMaintainer-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/NonexistentProjectMaintainer/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/PkgMissingMetadataXml/PkgMissingMetadataXml-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/ProxyWithoutProxied/ProxyWithoutProxied-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/ProxyWithoutProxied/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/ProxyWithoutProxied2/ProxyWithoutProxied2-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/ProxyWithoutProxied2/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/ProxyWithoutProxied3/ProxyWithoutProxied3-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/ProxyWithoutProxied3/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/RedundantLongDescription/RedundantLongDescription-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/RedundantLongDescription/metadata.xml
testdata/repos/gentoo/PackageMetadataXmlCheck/WrongMaintainerType/WrongMaintainerType-0.ebuild
testdata/repos/gentoo/PackageMetadataXmlCheck/WrongMaintainerType/metadata.xml
testdata/repos/gentoo/PkgDirCheck/metadata.xml
testdata/repos/gentoo/PkgDirCheck/UnknownPkgDirEntry/UnknownPkgDirEntry-0.ebuild
testdata/repos/gentoo/PkgDirCheck/UnknownPkgDirEntry/foo
testdata/repos/gentoo/PkgDirCheck/UnknownPkgDirEntry/metadata.xml
testdata/repos/gentoo/PkgDirCheck/UnknownPkgDirEntry/bar/.stub
testdata/repos/gentoo/UnstableOnlyCheck/metadata.xml
testdata/repos/gentoo/UnstableOnlyCheck/UnstableOnly/UnstableOnly-0.ebuild
testdata/repos/gentoo/UnstableOnlyCheck/UnstableOnly/metadata.xml
testdata/repos/gentoo/eclass/invalid-copyright.eclass
testdata/repos/gentoo/eclass/invalid-license-header.eclass
testdata/repos/gentoo/eclass/missing-license-header.eclass
testdata/repos/gentoo/eclass/non-gentoo-copyright.eclass
testdata/repos/gentoo/eclass/old-gentoo-copyright.eclass
testdata/repos/gentoo/licenses/BSD
testdata/repos/gentoo/metadata/layout.conf
testdata/repos/gentoo/metadata/projects.xml
testdata/repos/gentoo/metadata/glsa/glsa-000000-00.xml
testdata/repos/gentoo/profiles/arch.list
testdata/repos/gentoo/profiles/arches.desc
testdata/repos/gentoo/profiles/categories
testdata/repos/gentoo/profiles/eapi
testdata/repos/gentoo/profiles/profiles.desc
testdata/repos/gentoo/profiles/repo_name
testdata/repos/gentoo/profiles/default/eapi
testdata/repos/gentoo/profiles/default/make.defaults
testdata/repos/gentoo/profiles/default/linux/eapi
testdata/repos/gentoo/profiles/default/linux/make.defaults
testdata/repos/gentoo/profiles/default/linux/parent
testdata/repos/gentoo/profiles/default/linux/lagging/parent
testdata/repos/gentoo/unknown/metadata.xml
testdata/repos/network/FetchablesUrlCheck/DeadUrl/DeadUrl-0.ebuild
testdata/repos/network/FetchablesUrlCheck/DeadUrl/Manifest
testdata/repos/network/FetchablesUrlCheck/DeadUrl/responses.py
testdata/repos/network/FetchablesUrlCheck/HttpsUrlAvailable/HttpsUrlAvailable-0.ebuild
testdata/repos/network/FetchablesUrlCheck/HttpsUrlAvailable/Manifest
testdata/repos/network/FetchablesUrlCheck/HttpsUrlAvailable/responses.py
testdata/repos/network/FetchablesUrlCheck/RedirectedUrl/Manifest
testdata/repos/network/FetchablesUrlCheck/RedirectedUrl/RedirectedUrl-0.ebuild
testdata/repos/network/FetchablesUrlCheck/RedirectedUrl/responses.py
testdata/repos/network/FetchablesUrlCheck/SSLCertificateError/Manifest
testdata/repos/network/FetchablesUrlCheck/SSLCertificateError/SSLCertificateError-0.ebuild
testdata/repos/network/FetchablesUrlCheck/SSLCertificateError/responses.py
testdata/repos/network/FetchablesUrlCheck/ftp-DeadUrl/Manifest
testdata/repos/network/FetchablesUrlCheck/ftp-DeadUrl/ftp-DeadUrl-0.ebuild
testdata/repos/network/HomepageUrlCheck/DeadUrl/DeadUrl-0.ebuild
testdata/repos/network/HomepageUrlCheck/DeadUrl/responses.py
testdata/repos/network/HomepageUrlCheck/DeadUrl-connection-error/DeadUrl-connection-error-0.ebuild
testdata/repos/network/HomepageUrlCheck/DeadUrl-connection-error/responses.py
testdata/repos/network/HomepageUrlCheck/HttpsUrlAvailable/HttpsUrlAvailable-0.ebuild
testdata/repos/network/HomepageUrlCheck/HttpsUrlAvailable/responses.py
testdata/repos/network/HomepageUrlCheck/RedirectedUrl/RedirectedUrl-0.ebuild
testdata/repos/network/HomepageUrlCheck/RedirectedUrl/responses.py
testdata/repos/network/HomepageUrlCheck/SSLCertificateError/SSLCertificateError-0.ebuild
testdata/repos/network/HomepageUrlCheck/SSLCertificateError/responses.py
testdata/repos/network/HomepageUrlCheck/ftp-DeadUrl/ftp-DeadUrl-0.ebuild
testdata/repos/network/MetadataUrlCheck/DeadUrl/DeadUrl-0.ebuild
testdata/repos/network/MetadataUrlCheck/DeadUrl/metadata.xml
testdata/repos/network/MetadataUrlCheck/DeadUrl/responses.py
testdata/repos/network/MetadataUrlCheck/DeadUrl-missingfile/DeadUrl-missingfile-0.ebuild
testdata/repos/network/MetadataUrlCheck/DeadUrl-missingfile/responses.py
testdata/repos/network/MetadataUrlCheck/HttpsUrlAvailable/HttpsUrlAvailable-0.ebuild
testdata/repos/network/MetadataUrlCheck/HttpsUrlAvailable/metadata.xml
testdata/repos/network/MetadataUrlCheck/HttpsUrlAvailable/responses.py
testdata/repos/network/MetadataUrlCheck/RedirectedUrl/RedirectedUrl-0.ebuild
testdata/repos/network/MetadataUrlCheck/RedirectedUrl/metadata.xml
testdata/repos/network/MetadataUrlCheck/RedirectedUrl/responses.py
testdata/repos/network/MetadataUrlCheck/SSLCertificateError/SSLCertificateError-0.ebuild
testdata/repos/network/MetadataUrlCheck/SSLCertificateError/metadata.xml
testdata/repos/network/MetadataUrlCheck/SSLCertificateError/responses.py
testdata/repos/network/licenses/BSD
testdata/repos/network/metadata/layout.conf
testdata/repos/network/profiles/repo_name
testdata/repos/overlay/UnusedInMastersCheck/UnusedInMastersEclasses/UnusedInMastersEclasses-0.ebuild
testdata/repos/overlay/UnusedInMastersCheck/UnusedInMastersGlobalUse/UnusedInMastersGlobalUse-0.ebuild
testdata/repos/overlay/UnusedInMastersCheck/UnusedInMastersLicenses/UnusedInMastersLicenses-0.ebuild
testdata/repos/overlay/UnusedInMastersCheck/UnusedInMastersMirrors/Manifest
testdata/repos/overlay/UnusedInMastersCheck/UnusedInMastersMirrors/UnusedInMastersMirrors-0.ebuild
testdata/repos/overlay/metadata/layout.conf
testdata/repos/overlay/profiles/repo_name
testdata/repos/overlayed/eclass/unused.eclass
testdata/repos/overlayed/licenses/BSD
testdata/repos/overlayed/licenses/unused
testdata/repos/overlayed/metadata/layout.conf
testdata/repos/overlayed/profiles/arch.list
testdata/repos/overlayed/profiles/profiles.desc
testdata/repos/overlayed/profiles/repo_name
testdata/repos/overlayed/profiles/thirdpartymirrors
testdata/repos/overlayed/profiles/use.desc
testdata/repos/overlayed/profiles/default/make.defaults
testdata/repos/overlayed/stub/stub1/stub1-0.ebuild
testdata/repos/profiledir/cat/pkg1/pkg1-0.ebuild
testdata/repos/profiledir/cat/pkg2/pkg2-0.ebuild
testdata/repos/profiledir/cat/pkg3/pkg3-0.ebuild
testdata/repos/profiledir/cat/pkg4/pkg4-0.ebuild
testdata/repos/profiledir/licenses/BSD
testdata/repos/profiledir/metadata/layout.conf
testdata/repos/profiledir/profiles/arch.list
testdata/repos/profiledir/profiles/profiles.desc
testdata/repos/profiledir/profiles/repo_name
testdata/repos/profiledir/profiles/use.desc
testdata/repos/profiledir/profiles/default/make.defaults
testdata/repos/profiledir/profiles/default/package.use
testdata/repos/profiledir/profiles/default/bad_parent/parent
testdata/repos/profiledir/profiles/default/forgotten/eapi
testdata/repos/profiledir/profiles/deprecated/empty/deprecated
testdata/repos/profiledir/profiles/deprecated/nonexistent/deprecated
testdata/repos/profiledir/profiles/unknown_kwds/package.accept_keywords
testdata/repos/profiledir/profiles/unknown_kwds/package.keywords
testdata/repos/profiledir/profiles/unknown_pkgs/package.mask
testdata/repos/profiledir/profiles/unknown_pkgs/package.unmask
testdata/repos/profiledir/profiles/unknown_pkgs/package.use
testdata/repos/profiledir/profiles/unknown_pkgs/packages
testdata/repos/profiledir/profiles/unknown_use/use.force
testdata/repos/profiledir/profiles/unknown_use/use.mask
testdata/repos/profiledir/profiles/unknown_use/use.stable.force
testdata/repos/profiledir/profiles/unknown_use/use.stable.mask
testdata/repos/profiledir/profiles/unknown_use/unknown_stable_use/eapi
testdata/repos/profiledir/profiles/unknown_use/unknown_stable_use/use.force
testdata/repos/profiledir/profiles/unknown_use/unknown_stable_use/use.stable.force
testdata/repos/profiledir/profiles/unknown_use/unknown_stable_use_mask/eapi
testdata/repos/profiledir/profiles/unknown_use/unknown_stable_use_mask/use.mask
testdata/repos/profiledir/profiles/unknown_use/unknown_stable_use_mask/use.stable.mask
testdata/repos/python/PythonCheck/PythonMissingDeps/PythonMissingDeps-0.ebuild
testdata/repos/python/PythonCompatCheck/PythonCompatUpdate/PythonCompatUpdate-0.ebuild
testdata/repos/python/PythonCompatCheck/PythonCompatUpdate/PythonCompatUpdate-1.ebuild
testdata/repos/python/PythonCompatCheck/PythonCompatUpdate/PythonCompatUpdate-2.ebuild
testdata/repos/python/PythonCompatCheck/PythonCompatUpdate/metadata.xml
testdata/repos/python/dev-lang/python/python-2.7.ebuild
testdata/repos/python/dev-lang/python/python-3.7.ebuild
testdata/repos/python/dev-lang/python/python-3.8.ebuild
testdata/repos/python/dev-lang/python/python-3.9.ebuild
testdata/repos/python/eclass/python-any-r1.eclass
testdata/repos/python/eclass/python-r1.eclass
testdata/repos/python/eclass/python-single-r1.eclass
testdata/repos/python/licenses/BSD
testdata/repos/python/metadata/layout.conf
testdata/repos/python/metadata/stubs
testdata/repos/python/profiles/repo_name
testdata/repos/python/profiles/desc/python_single_target.desc
testdata/repos/python/profiles/desc/python_targets.desc
testdata/repos/python/stub/python-dep-old1/python-dep-old1-0.ebuild
testdata/repos/python/stub/python-dep-old2/python-dep-old2-0.ebuild
testdata/repos/python/stub/python-dep1/python-dep1-0.ebuild
testdata/repos/python/stub/python-dep2/python-dep2-0.ebuild
testdata/repos/python/stub/python2-locked/python2-locked-0.ebuild
testdata/repos/python/stub/python2-locked/python2-locked-1.ebuild
testdata/repos/python/stub/python2-locked/python2-locked-2.ebuild
testdata/repos/python/stub/stub1/stub1-0.ebuild
testdata/repos/python/stub/stub2/metadata.xml
testdata/repos/python/stub/stub2/stub2-0.ebuild
testdata/repos/standalone/BadCommandsCheck/BannedEapiCommand/BannedEapiCommand-0.ebuild
testdata/repos/standalone/BadCommandsCheck/DeprecatedEapiCommand/DeprecatedEapiCommand-0.ebuild
testdata/repos/standalone/CatBadlyFormedXml/metadata.xml
testdata/repos/standalone/CatBadlyFormedXml/stub/stub-0.ebuild
testdata/repos/standalone/CatInvalidXml/metadata.xml
testdata/repos/standalone/CatInvalidXml/stub/stub-0.ebuild
testdata/repos/standalone/CatMetadataXmlEmptyElement/metadata.xml
testdata/repos/standalone/CatMetadataXmlEmptyElement/stub/stub-0.ebuild
testdata/repos/standalone/CatMetadataXmlIndentation/metadata.xml
testdata/repos/standalone/CatMetadataXmlIndentation/stub/stub-0.ebuild
testdata/repos/standalone/CatMetadataXmlInvalidCatRef/metadata.xml
testdata/repos/standalone/CatMetadataXmlInvalidCatRef/stub/stub-0.ebuild
testdata/repos/standalone/CatMetadataXmlInvalidPkgRef/metadata.xml
testdata/repos/standalone/CatMetadataXmlInvalidPkgRef/stub/stub-0.ebuild
testdata/repos/standalone/DependencyCheck/BadDependency/BadDependency-0.ebuild
testdata/repos/standalone/DependencyCheck/InvalidBdepend/InvalidBdepend-0.ebuild
testdata/repos/standalone/DependencyCheck/InvalidDepend/InvalidDepend-0.ebuild
testdata/repos/standalone/DependencyCheck/InvalidPdepend/InvalidPdepend-0.ebuild
testdata/repos/standalone/DependencyCheck/InvalidRdepend/InvalidRdepend-0.ebuild
testdata/repos/standalone/DependencyCheck/MissingPackageRevision/MissingPackageRevision-0.ebuild
testdata/repos/standalone/DependencyCheck/MissingUseDepDefault/MissingUseDepDefault-0.ebuild
testdata/repos/standalone/DependencyCheck/UnstatedIuse/UnstatedIuse-0.ebuild
testdata/repos/standalone/DescriptionCheck/BadDescription/BadDescription-0.ebuild
testdata/repos/standalone/DescriptionCheck/BadDescription/BadDescription-1.ebuild
testdata/repos/standalone/DescriptionCheck/BadDescription/BadDescription-2.ebuild
testdata/repos/standalone/DescriptionCheck/BadDescription/BadDescription-3.ebuild
testdata/repos/standalone/DescriptionCheck/BadDescription/BadDescription-4.ebuild
testdata/repos/standalone/DroppedKeywordsCheck/DroppedKeywords/DroppedKeywords-0.ebuild
testdata/repos/standalone/DroppedKeywordsCheck/DroppedKeywords/DroppedKeywords-1.ebuild
testdata/repos/standalone/EapiCheck/BannedEapi/BannedEapi-0.ebuild
testdata/repos/standalone/EapiCheck/DeprecatedEapi/DeprecatedEapi-0.ebuild
testdata/repos/standalone/EclassUsageCheck/DuplicateEclassInherit/DuplicateEclassInherit-0.ebuild
testdata/repos/standalone/EclassUsageCheck/DuplicateEclassInherit/DuplicateEclassInherit-1.ebuild
testdata/repos/standalone/EqualVersionsCheck/EqualVersions/EqualVersions-0-r0.ebuild
testdata/repos/standalone/EqualVersionsCheck/EqualVersions/EqualVersions-0-r01.ebuild
testdata/repos/standalone/EqualVersionsCheck/EqualVersions/EqualVersions-0-r1.ebuild
testdata/repos/standalone/EqualVersionsCheck/EqualVersions/EqualVersions-0.ebuild
testdata/repos/standalone/GlobalUseCheck/PotentialGlobalUse/PotentialGlobalUse-0.ebuild
testdata/repos/standalone/GlobalUseCheck/PotentialGlobalUse/metadata.xml
testdata/repos/standalone/GlobalUseCheck/PotentialLocalUse/PotentialLocalUse-0.ebuild
testdata/repos/standalone/HomepageCheck/BadHomepage/BadHomepage-0.ebuild
testdata/repos/standalone/HomepageCheck/BadHomepage/BadHomepage-1.ebuild
testdata/repos/standalone/HomepageCheck/BadHomepage/BadHomepage-2.ebuild
testdata/repos/standalone/HomepageCheck/BadHomepage/BadHomepage-3.ebuild
testdata/repos/standalone/InsintoCheck/DeprecatedInsinto/DeprecatedInsinto-0.ebuild
testdata/repos/standalone/InsintoCheck/DeprecatedInsinto/DeprecatedInsinto-1.ebuild
testdata/repos/standalone/IuseCheck/InvalidUseFlags/InvalidUseFlags-0.ebuild
testdata/repos/standalone/IuseCheck/InvalidUseFlags/InvalidUseFlags-4.ebuild
testdata/repos/standalone/IuseCheck/InvalidUseFlags/metadata.xml
testdata/repos/standalone/IuseCheck/UnknownUseFlags/UnknownUseFlags-0.ebuild
testdata/repos/standalone/IuseCheck/UnknownUseFlags/metadata.xml
testdata/repos/standalone/KeywordsCheck/BadKeywords/BadKeywords-0.ebuild
testdata/repos/standalone/KeywordsCheck/DuplicateKeywords/DuplicateKeywords-0.ebuild
testdata/repos/standalone/KeywordsCheck/OverlappingKeywords/OverlappingKeywords-0.ebuild
testdata/repos/standalone/KeywordsCheck/UnknownKeywords/UnknownKeywords-0.ebuild
testdata/repos/standalone/KeywordsCheck/UnsortedKeywords/UnsortedKeywords-0.ebuild
testdata/repos/standalone/LicenseCheck/InvalidLicense/InvalidLicense-0.ebuild
testdata/repos/standalone/LicenseCheck/InvalidLicense/InvalidLicense-1.ebuild
testdata/repos/standalone/LicenseCheck/InvalidLicense/InvalidLicense-2.ebuild
testdata/repos/standalone/LicenseCheck/MissingLicense/MissingLicense-0.ebuild
testdata/repos/standalone/LicenseCheck/MissingLicenseFile/MissingLicenseFile-0.ebuild
testdata/repos/standalone/LicenseCheck/MissingLicenseRestricts/Manifest
testdata/repos/standalone/LicenseCheck/MissingLicenseRestricts/MissingLicenseRestricts-0.ebuild
testdata/repos/standalone/LicenseCheck/MissingLicenseRestricts/MissingLicenseRestricts-1.ebuild
testdata/repos/standalone/LicenseCheck/UnstatedIuse/UnstatedIuse-0.ebuild
testdata/repos/standalone/LocalUseCheck/MatchingGlobalUse/MatchingGlobalUse-0.ebuild
testdata/repos/standalone/LocalUseCheck/MatchingGlobalUse/metadata.xml
testdata/repos/standalone/LocalUseCheck/MissingLocalUseDesc/MissingLocalUseDesc-0.ebuild
testdata/repos/standalone/LocalUseCheck/MissingLocalUseDesc/metadata.xml
testdata/repos/standalone/LocalUseCheck/ProbableGlobalUse/ProbableGlobalUse-0.ebuild
testdata/repos/standalone/LocalUseCheck/ProbableGlobalUse/metadata.xml
testdata/repos/standalone/LocalUseCheck/ProbableUseExpand/ProbableUseExpand-0.ebuild
testdata/repos/standalone/LocalUseCheck/ProbableUseExpand/metadata.xml
testdata/repos/standalone/LocalUseCheck/UnderscoreInUseFlag/UnderscoreInUseFlag-0.ebuild
testdata/repos/standalone/LocalUseCheck/UnderscoreInUseFlag/metadata.xml
testdata/repos/standalone/LocalUseCheck/UnusedLocalUse/UnusedLocalUse-0.ebuild
testdata/repos/standalone/LocalUseCheck/UnusedLocalUse/metadata.xml
testdata/repos/standalone/ManifestCheck/DeprecatedChksum/DeprecatedChksum-0.ebuild
testdata/repos/standalone/ManifestCheck/DeprecatedChksum/Manifest
testdata/repos/standalone/ManifestCheck/InvalidManifest/InvalidManifest-0.ebuild
testdata/repos/standalone/ManifestCheck/InvalidManifest/Manifest
testdata/repos/standalone/ManifestCheck/MissingChksum/Manifest
testdata/repos/standalone/ManifestCheck/MissingChksum/MissingChksum-0.ebuild
testdata/repos/standalone/ManifestCheck/MissingManifest/MissingManifest-0.ebuild
testdata/repos/standalone/ManifestCheck/UnknownManifest/Manifest
testdata/repos/standalone/ManifestCheck/UnknownManifest/UnknownManifest-0.ebuild
testdata/repos/standalone/ManifestCheck/UnnecessaryManifest/Manifest
testdata/repos/standalone/ManifestCheck/UnnecessaryManifest/UnnecessaryManifest-0.ebuild
testdata/repos/standalone/ManifestCollisionCheck/ConflictingChksums/ConflictingChksums-0.ebuild
testdata/repos/standalone/ManifestCollisionCheck/ConflictingChksums/Manifest
testdata/repos/standalone/ManifestCollisionCheck/MatchingChksums/Manifest
testdata/repos/standalone/ManifestCollisionCheck/MatchingChksums/MatchingChksums-0.ebuild
testdata/repos/standalone/MetadataVarCheck/HomepageInSrcUri/HomepageInSrcUri-0.ebuild
testdata/repos/standalone/MetadataVarCheck/HomepageInSrcUri/Manifest
testdata/repos/standalone/MetadataVarCheck/MultipleKeywordsLines/MultipleKeywordsLines-0.ebuild
testdata/repos/standalone/MetadataVarCheck/MultipleKeywordsLines/MultipleKeywordsLines-1.ebuild
testdata/repos/standalone/MetadataVarCheck/ReferenceInMetadataVar/ReferenceInMetadataVar-0.ebuild
testdata/repos/standalone/MetadataVarCheck/ReferenceInMetadataVar/ReferenceInMetadataVar-1.ebuild
testdata/repos/standalone/MetadataVarCheck/StaticSrcUri/Manifest
testdata/repos/standalone/MetadataVarCheck/StaticSrcUri/StaticSrcUri-0.ebuild
testdata/repos/standalone/MissingSlotDepCheck/MissingSlotDep/MissingSlotDep-0.ebuild
testdata/repos/standalone/MissingUnpackerDepCheck/MissingUnpackerDep/Manifest
testdata/repos/standalone/MissingUnpackerDepCheck/MissingUnpackerDep/MissingUnpackerDep-0.ebuild
testdata/repos/standalone/PackageMetadataXmlCheck/PkgBadlyFormedXml/PkgBadlyFormedXml-0.ebuild
testdata/repos/standalone/PackageMetadataXmlCheck/PkgBadlyFormedXml/metadata.xml
testdata/repos/standalone/PackageMetadataXmlCheck/PkgInvalidXml/PkgInvalidXml-0.ebuild
testdata/repos/standalone/PackageMetadataXmlCheck/PkgInvalidXml/metadata.xml
testdata/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlEmptyElement/PkgMetadataXmlEmptyElement-0.ebuild
testdata/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlEmptyElement/metadata.xml
testdata/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlIndentation/PkgMetadataXmlIndentation-0.ebuild
testdata/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlIndentation/metadata.xml
testdata/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlInvalidCatRef/PkgMetadataXmlInvalidCatRef-0.ebuild
testdata/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlInvalidCatRef/metadata.xml
testdata/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlInvalidPkgRef/PkgMetadataXmlInvalidPkgRef-0.ebuild
testdata/repos/standalone/PackageMetadataXmlCheck/PkgMetadataXmlInvalidPkgRef/metadata.xml
testdata/repos/standalone/PackageMetadataXmlCheck/RedundantLongDescription/RedundantLongDescription-0.ebuild
testdata/repos/standalone/PackageMetadataXmlCheck/RedundantLongDescription/metadata.xml
testdata/repos/standalone/PkgDirCheck/DuplicateFiles/DuplicateFiles-0.ebuild
testdata/repos/standalone/PkgDirCheck/DuplicateFiles/files/1
testdata/repos/standalone/PkgDirCheck/DuplicateFiles/files/2
testdata/repos/standalone/PkgDirCheck/EmptyFile/EmptyFile-0.ebuild
testdata/repos/standalone/PkgDirCheck/EmptyFile/files/empty
testdata/repos/standalone/PkgDirCheck/ExecutableFile/ExecutableFile-0.ebuild
testdata/repos/standalone/PkgDirCheck/ExecutableFile/files/executable
testdata/repos/standalone/PkgDirCheck/InvalidPN/InvalidPN.ebuild
testdata/repos/standalone/PkgDirCheck/MismatchedPN/Mismatched-1.ebuild
testdata/repos/standalone/PkgDirCheck/UnknownPkgDirEntry/UnknownPkgDirEntry-0.ebuild
testdata/repos/standalone/PkgDirCheck/UnknownPkgDirEntry/foo
testdata/repos/standalone/PropertiesCheck/InvalidProperties/InvalidProperties-0.ebuild
testdata/repos/standalone/PropertiesCheck/UnknownProperties/UnknownProperties-0.ebuild
testdata/repos/standalone/PropertiesCheck/UnstatedIuse/UnstatedIuse-0.ebuild
testdata/repos/standalone/ReadonlyVariableCheck/ReadonlyVariable/ReadonlyVariable-0.ebuild
testdata/repos/standalone/RedundantDodirCheck/RedundantDodir/RedundantDodir-0.ebuild
testdata/repos/standalone/RequiredUseCheck/InvalidRequiredUse/InvalidRequiredUse-0.ebuild
testdata/repos/standalone/RequiredUseCheck/InvalidRequiredUse/InvalidRequiredUse-1.ebuild
testdata/repos/standalone/RequiredUseCheck/InvalidRequiredUse/InvalidRequiredUse-2.ebuild
testdata/repos/standalone/RequiredUseCheck/InvalidRequiredUse/metadata.xml
testdata/repos/standalone/RequiredUseCheck/RequiredUseDefaults/RequiredUseDefaults-0.ebuild
testdata/repos/standalone/RequiredUseCheck/RequiredUseDefaults/metadata.xml
testdata/repos/standalone/RequiredUseCheck/UnstatedIuse/UnstatedIuse-0.ebuild
testdata/repos/standalone/RequiredUseCheck/UnstatedIuse/metadata.xml
testdata/repos/standalone/RestrictCheck/InvalidRestrict/InvalidRestrict-0.ebuild
testdata/repos/standalone/RestrictCheck/UnknownRestrict/UnknownRestrict-0.ebuild
testdata/repos/standalone/RestrictCheck/UnstatedIuse/UnstatedIuse-0.ebuild
testdata/repos/standalone/RestrictTestCheck/MissingTestRestrict/MissingTestRestrict-0.ebuild
testdata/repos/standalone/SourcingCheck/InvalidEapi/InvalidEapi-0.ebuild
testdata/repos/standalone/SourcingCheck/InvalidEapi/InvalidEapi-1.ebuild
testdata/repos/standalone/SourcingCheck/InvalidSlot/InvalidSlot-0.ebuild
testdata/repos/standalone/SourcingCheck/InvalidSlot/InvalidSlot-1.ebuild
testdata/repos/standalone/SourcingCheck/InvalidSlot/InvalidSlot-2.ebuild
testdata/repos/standalone/SourcingCheck/InvalidSlot/InvalidSlot-3.ebuild
testdata/repos/standalone/SourcingCheck/InvalidSlot/InvalidSlot-4.ebuild
testdata/repos/standalone/SourcingCheck/InvalidSlot/InvalidSlot-5.ebuild
testdata/repos/standalone/SourcingCheck/SourcingError/SourcingError-0.ebuild
testdata/repos/standalone/SrcUriCheck/BadFilename/BadFilename-0.ebuild
testdata/repos/standalone/SrcUriCheck/BadFilename/Manifest
testdata/repos/standalone/SrcUriCheck/BadProtocol/BadProtocol-0.ebuild
testdata/repos/standalone/SrcUriCheck/BadProtocol/Manifest
testdata/repos/standalone/SrcUriCheck/InvalidSrcUri/InvalidSrcUri-0.ebuild
testdata/repos/standalone/SrcUriCheck/InvalidSrcUri/InvalidSrcUri-1.ebuild
testdata/repos/standalone/SrcUriCheck/InvalidSrcUri/InvalidSrcUri-2.ebuild
testdata/repos/standalone/SrcUriCheck/MissingUri/Manifest
testdata/repos/standalone/SrcUriCheck/MissingUri/MissingUri-0.ebuild
testdata/repos/standalone/SrcUriCheck/RedundantUriRename/Manifest
testdata/repos/standalone/SrcUriCheck/RedundantUriRename/RedundantUriRename-0.ebuild
testdata/repos/standalone/SrcUriCheck/RedundantUriRename/RedundantUriRename-1.ebuild
testdata/repos/standalone/SrcUriCheck/TarballAvailable/Manifest
testdata/repos/standalone/SrcUriCheck/TarballAvailable/TarballAvailable-0.ebuild
testdata/repos/standalone/SrcUriCheck/UnknownMirror/Manifest
testdata/repos/standalone/SrcUriCheck/UnknownMirror/UnknownMirror-0.ebuild
testdata/repos/standalone/SrcUriCheck/UnstatedIuse/Manifest
testdata/repos/standalone/SrcUriCheck/UnstatedIuse/UnstatedIuse-0.ebuild
testdata/repos/standalone/VariableScopeCheck/MisplacedVariable/MisplacedVariable-0.ebuild
testdata/repos/standalone/VisibilityCheck/NonexistentDeps/NonexistentDeps-0.ebuild
testdata/repos/standalone/VisibilityCheck/VisibleVcsPkg/VisibleVcsPkg-0.ebuild
testdata/repos/standalone/VisibilityCheck/VisibleVcsPkg/VisibleVcsPkg-1.ebuild
testdata/repos/standalone/WhitespaceCheck/BadWhitespaceCharacter/BadWhitespaceCharacter-0.ebuild
testdata/repos/standalone/WhitespaceCheck/DoubleEmptyLine/DoubleEmptyLine-0.ebuild
testdata/repos/standalone/WhitespaceCheck/NoFinalNewline/NoFinalNewline-0.ebuild
testdata/repos/standalone/WhitespaceCheck/TrailingEmptyLine/TrailingEmptyLine-0.ebuild
testdata/repos/standalone/app-arch/unzip/unzip-0.ebuild
testdata/repos/standalone/eclass/stub.eclass
testdata/repos/standalone/eclass/unused.eclass
testdata/repos/standalone/eclass/vcs.eclass
testdata/repos/standalone/licenses/BSD
testdata/repos/standalone/licenses/eula
testdata/repos/standalone/licenses/unused
testdata/repos/standalone/metadata/layout.conf
testdata/repos/standalone/metadata/projects.xml
testdata/repos/standalone/metadata/stubs
testdata/repos/standalone/profiles/arch.list
testdata/repos/standalone/profiles/license_groups
testdata/repos/standalone/profiles/profiles.desc
testdata/repos/standalone/profiles/repo_name
testdata/repos/standalone/profiles/thirdpartymirrors
testdata/repos/standalone/profiles/use.desc
testdata/repos/standalone/profiles/use.local.desc
testdata/repos/standalone/profiles/default/amd64/make.defaults
testdata/repos/standalone/profiles/default/x86/make.defaults
testdata/repos/standalone/profiles/desc/use_expand.desc
testdata/repos/standalone/stub/potential-global1/metadata.xml
testdata/repos/standalone/stub/potential-global1/potential-global1-0.ebuild
testdata/repos/standalone/stub/potential-global2/metadata.xml
testdata/repos/standalone/stub/potential-global2/potential-global2-0.ebuild
testdata/repos/standalone/stub/potential-global3/metadata.xml
testdata/repos/standalone/stub/potential-global3/potential-global3-0.ebuild
testdata/repos/standalone/stub/potential-global4/metadata.xml
testdata/repos/standalone/stub/potential-global4/potential-global4-0.ebuild
testdata/repos/standalone/stub/slotted/slotted-0.ebuild
testdata/repos/standalone/stub/slotted/slotted-1.ebuild
testdata/repos/standalone/stub/stub1/stub1-0.ebuild
testdata/repos/standalone/stub/stub2/stub2-0.ebuild
testdata/repos/standalone/stub/stub3/stub3-0.ebuild
testdata/repos/standalone/stub/stub4/stub4-0.ebuild
testdata/repos/standalone/test/ConflictingChksums/ConflictingChksums-0.ebuild
testdata/repos/standalone/test/ConflictingChksums/Manifest
testdata/repos/standalone/test/MatchingChksums/Manifest
testdata/repos/standalone/test/MatchingChksums/MatchingChksums-0.ebuild
testdata/repos/standalone/virtual/UnnecessaryLicense/UnnecessaryLicense-0.ebuild
testdata/repos/visibility/DeprecatedDep/nonoptional/nonoptional-0.ebuild
testdata/repos/visibility/DeprecatedDep/optional/optional-0.ebuild
testdata/repos/visibility/NonsolvableDepsInDev/masked/masked-0.ebuild
testdata/repos/visibility/NonsolvableDepsInExp/masked/masked-0.ebuild
testdata/repos/visibility/NonsolvableDepsInStable/masked/masked-0.ebuild
testdata/repos/visibility/NonsolvableDepsInStable/unstable/unstable-0.ebuild
testdata/repos/visibility/licenses/BSD
testdata/repos/visibility/metadata/layout.conf
testdata/repos/visibility/metadata/pkgcheck-args
testdata/repos/visibility/profiles/arch.list
testdata/repos/visibility/profiles/package.deprecated
testdata/repos/visibility/profiles/package.mask
testdata/repos/visibility/profiles/profiles.desc
testdata/repos/visibility/profiles/repo_name
testdata/repos/visibility/profiles/arch/amd64/make.defaults
testdata/repos/visibility/profiles/arch/x86/make.defaults
testdata/repos/visibility/profiles/visibility/amd64/parent
testdata/repos/visibility/profiles/visibility/amd64/dev/package.mask
testdata/repos/visibility/profiles/visibility/amd64/dev/parent
testdata/repos/visibility/profiles/visibility/amd64/exp/package.mask
testdata/repos/visibility/profiles/visibility/amd64/exp/parent
testdata/repos/visibility/profiles/visibility/amd64/stable/package.mask
testdata/repos/visibility/profiles/visibility/amd64/stable/parent
testdata/repos/visibility/profiles/visibility/x86/parent
testdata/repos/visibility/profiles/visibility/x86/dev/package.mask
testdata/repos/visibility/profiles/visibility/x86/dev/parent
testdata/repos/visibility/profiles/visibility/x86/exp/package.mask
testdata/repos/visibility/profiles/visibility/x86/exp/parent
testdata/repos/visibility/profiles/visibility/x86/stable/package.mask
testdata/repos/visibility/profiles/visibility/x86/stable/parent
testdata/repos/visibility/stub/deprecated/deprecated-0.ebuild
testdata/repos/visibility/stub/masked/masked-0.ebuild
testdata/repos/visibility/stub/stable/stable-0.ebuild
testdata/repos/visibility/stub/unstable/unstable-0.ebuild
tests/__init__.py
tests/conftest.py
tests/misc.py
tests/test_api.py
tests/test_base.py
tests/test_cli.py
tests/test_feeds.py
tests/test_reporters.py
tests/addons/__init__.py
tests/addons/test_addons.py
tests/addons/test_eclass.py
tests/addons/test_git.py
tests/checks/__init__.py
tests/checks/test_acct.py
tests/checks/test_all.py
tests/checks/test_cleanup.py
tests/checks/test_codingstyle.py
tests/checks/test_dropped_keywords.py
tests/checks/test_git.py
tests/checks/test_glsa.py
tests/checks/test_header.py
tests/checks/test_imlate.py
tests/checks/test_metadata.py
tests/checks/test_network.py
tests/checks/test_perl.py
tests/checks/test_pkgdir.py
tests/checks/test_python.py
tests/checks/test_repo.py
tests/checks/test_repo_metadata.py
tests/checks/test_stablereq.py
tests/checks/test_whitespace.py
tests/scripts/__init__.py
tests/scripts/test_argparse_actions.py
tests/scripts/test_pkgcheck.py
tests/scripts/test_pkgcheck_cache.py
tests/scripts/test_pkgcheck_ci.py
tests/scripts/test_pkgcheck_replay.py
tests/scripts/test_pkgcheck_scan.py
tests/scripts/test_pkgcheck_show.py
tree-sitter-bash/LICENSE
tree-sitter-bash/src/binding.cc
tree-sitter-bash/src/grammar.json
tree-sitter-bash/src/node-types.json
tree-sitter-bash/src/parser.c
tree-sitter-bash/src/scanner.cc
tree-sitter-bash/src/tree_sitter/parser.h