VSVverkeerskunde/gvq-api

View on GitHub
public/js/slugify.js

Summary

Maintainability
A
1 hr
Test Coverage

Function slugify has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function slugify(text) {
    text = text.toString().toLowerCase().trim();

    const sets = [
        {to: 'a', from: '[ÀÁÂÃÄÅÆĀĂĄẠẢẤẦẨẪẬẮẰẲẴẶ]'},
Severity: Minor
Found in public/js/slugify.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status