badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
39 lines (38 loc) • 3.19 kB
JavaScript
;
// This file was auto-generated. Do not modify it by hand and instead modify the scraper or code generator files.
Object.defineProperty(exports, "__esModule", { value: true });
exports.ansibleQualityScore = __importStar(require("./ansibleQualityScore"));
exports.ciiBestPracticesLevel = __importStar(require("./ciiBestPracticesLevel"));
exports.ciiBestPracticesTieredPercentage = __importStar(require("./ciiBestPracticesTieredPercentage"));
exports.ciiBestPracticesSummary = __importStar(require("./ciiBestPracticesSummary"));
exports.cocoapodsDocPercentage = __importStar(require("./cocoapodsDocPercentage"));
exports.codacyGrade = __importStar(require("./codacyGrade"));
exports.codacyBranchGrade = __importStar(require("./codacyBranchGrade"));
exports.codeClimateMaintainability = __importStar(require("./codeClimateMaintainability"));
exports.codeClimateIssues = __importStar(require("./codeClimateIssues"));
exports.codeClimateTechnicalDebt = __importStar(require("./codeClimateTechnicalDebt"));
exports.codefactorGrade = __importStar(require("./codefactorGrade"));
exports.coverityScan = __importStar(require("./coverityScan"));
exports.dependabotSemverCompatibility = __importStar(require("./dependabotSemverCompatibility"));
exports.githubLanguageCount = __importStar(require("./githubLanguageCount"));
exports.githubSearchHitCounter = __importStar(require("./githubSearchHitCounter"));
exports.githubTopLanguage = __importStar(require("./githubTopLanguage"));
exports.lgtmAlerts = __importStar(require("./lgtmAlerts"));
exports.lgtmGrade = __importStar(require("./lgtmGrade"));
exports.scrutinizerCodeQualityGithubBitbucket = __importStar(require("./scrutinizerCodeQualityGithubBitbucket"));
exports.scrutinizerCoverageGitlab = __importStar(require("./scrutinizerCoverageGitlab"));
exports.snykVulnerabilitiesForGithubRepo = __importStar(require("./snykVulnerabilitiesForGithubRepo"));
exports.snykVulnerabilitiesForGithubRepoSpecificManifest = __importStar(require("./snykVulnerabilitiesForGithubRepoSpecificManifest"));
exports.snykVulnerabilitiesForNpmPackage = __importStar(require("./snykVulnerabilitiesForNpmPackage"));
exports.snykVulnerabilitiesForNpmPackageVersion = __importStar(require("./snykVulnerabilitiesForNpmPackageVersion"));
exports.snykVulnerabilitiesForNpmScopedPackage = __importStar(require("./snykVulnerabilitiesForNpmScopedPackage"));
exports.sonarDocumentedApiDensity = __importStar(require("./sonarDocumentedApiDensity"));
exports.sonarFortifySecurityRating = __importStar(require("./sonarFortifySecurityRating"));
exports.sonarQualityGate = __importStar(require("./sonarQualityGate"));
exports.sonarTechDebt = __importStar(require("./sonarTechDebt"));
exports.sonarViolationsShortFormat = __importStar(require("./sonarViolationsShortFormat"));
exports.sonarViolationsLongFormat = __importStar(require("./sonarViolationsLongFormat"));
exports.symfonyinsightGrade = __importStar(require("./symfonyinsightGrade"));
exports.symfonyinsightStars = __importStar(require("./symfonyinsightStars"));
exports.symfonyinsightViolations = __importStar(require("./symfonyinsightViolations"));
exports.w3cValidation = __importStar(require("./w3cValidation"));