tningjs/sam-and-his-friends

View on GitHub
src/routes/single-post.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getMetaTags has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getMetaTags(topicId, formattedSinglePost) {
    return [
        {
            type: 'og:type',
            content: 'article',
Severity: Minor
Found in src/routes/single-post.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status