joshuaferrara/node-csgo

View on GitHub
helpers/sharecode.js

Summary

Maintainability
A
1 hr
Test Coverage

Function decoded_code has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    get decoded_code() {
        var self = this;
        var result = new Array(18).fill(0);
        var reversed = this.code.split('').reverse();
        reversed.forEach(function(char, index) {
Severity: Minor
Found in helpers/sharecode.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status