ryancyq/github-signed-commit

View on GitHub

Showing 2 of 2 total issues

Function run has 121 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function run(): Promise<void> {
try {
const { owner, repo, branch } = getContext()
const inputRepository = getInput('repository')
const inputBranch = getInput('branch-name')
Severity: Major
Found in src/main.ts - About 4 hrs to fix

    Function run has a Cognitive Complexity of 31 (exceeds 5 allowed). Consider refactoring.
    Open

    export async function run(): Promise<void> {
    try {
    const { owner, repo, branch } = getContext()
    const inputRepository = getInput('repository')
    const inputBranch = getInput('branch-name')
    Severity: Minor
    Found in src/main.ts - About 4 hrs to fix
    Severity
    Category
    Status
    Source
    Language