rodrigogs/punto

View on GitHub

Showing 5 of 7 total issues

Function exports has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (config) {
  'use strict';

  var configuration = {
    frameworks: ['mocha'],
Severity: Minor
Found in karma.conf.js - About 1 hr to fix

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

      Punto.get = function (object, property, symbol) {
        symbol = symbol || Punto.symbol;
        if (!object) {
          return null;
        }
    Severity: Minor
    Found in punto.js - About 1 hr to fix

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

        Punto.set = function (object, property, value, symbol) {
          symbol = symbol || Punto.symbol;
          if (!object) {
            return;
          }
      Severity: Minor
      Found in punto.js - About 1 hr to fix

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

          Punto.get = function (object, property, symbol) {
            symbol = symbol || Punto.symbol;
            if (!object) {
              return null;
            }
        Severity: Minor
        Found in build/punto.js - About 1 hr to fix

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

            Punto.set = function (object, property, value, symbol) {
              symbol = symbol || Punto.symbol;
              if (!object) {
                return;
              }
          Severity: Minor
          Found in build/punto.js - About 1 hr to fix
            Severity
            Category
            Status
            Source
            Language