BookStackApp/BookStack

View on GitHub
resources/js/code/languages.js

Summary

Maintainability
C
1 day
Test Coverage

modeMap has 74 functions (exceeds 20 allowed). Consider refactoring.
Open

const modeMap = {
    bash: () => legacyLoad('shell'),
    c: () => legacyLoad('c'),
    css: async () => css(),
    'c++': () => legacyLoad('cpp'),
Severity: Major
Found in resources/js/code/languages.js - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status