grigori-gru/jira-to-matrix

View on GitHub
src/server.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function getServer has 75 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getServer: getServerType = (handleFunc, hookParser): express.Application => {
    app.use(
        bodyParser.json({
            strict: false,
            limit: '20mb',
Severity: Major
Found in src/server.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status