bem-site/gorshochek

View on GitHub
src/tasks/docs/github/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function executeAPIMethod has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    executeAPIMethod(method, options, headers, callback) {
        // максимальное число допустимых повторных обращений к github в случае возникновения ошибки
        const ATTEMPTS = 5;

        debug(`github API call for ${method} with options:`);
Severity: Minor
Found in src/tasks/docs/github/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status