vanduynslagerp/sr-commit-analyzer

View on GitHub

Showing 1 of 1 total issue

Function analyzeCommits has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function analyzeCommits(pluginConfig, context) {
  const { commits, logger } = context;
  const releaseRules = await loadReleaseRules(pluginConfig, context);
  const config = await loadParserConfig(pluginConfig, context);
  let releaseType = null;
Severity: Minor
Found in index.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language