jmdobry/disqus-node

View on GitHub

Showing 8 of 43 total issues

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

module.exports = function (grunt) {

  require('load-grunt-tasks')(grunt);
  require('time-grunt')(grunt);

Severity: Major
Found in Gruntfile.js - About 4 hrs to fix

    Function Disqus has 57 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function Disqus(options) {
      options = options || {};
    
      var _this = this;
      var Log = container.get('Log');
    Severity: Major
    Found in lib/index.js - About 2 hrs to fix

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

      module.exports = function (util) {
        return function Forums(config) {
      
          /**
           * ### addModerator
      Severity: Minor
      Found in lib/api/Forums.js - About 1 hr to fix

        Function Forums has 45 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          return function Forums(config) {
        
            /**
             * ### addModerator
             * Adds a moderator to a forum.
        Severity: Minor
        Found in lib/api/Forums.js - About 1 hr to fix

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

          module.exports = function (util) {
            return function Posts(config) {
          
              /**
               * ### approve
          Severity: Minor
          Found in lib/api/Posts.js - About 1 hr to fix

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

              return function Posts(config) {
            
                /**
                 * ### approve
                 * Approves the requested post(s).
            Severity: Minor
            Found in lib/api/Posts.js - About 1 hr to fix

              Function Disqus has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

              function Disqus(options) {
                options = options || {};
              
                var _this = this;
                var Log = container.get('Log');
              Severity: Minor
              Found in lib/index.js - About 45 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Function serialize has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
              Open

              function serialize(qs) {
                var toRemove = [];
                for (var key in qs) {
                  if (qs.hasOwnProperty(key)) {
                    if (qs[key] === undefined || qs[key] === null) {
              Severity: Minor
              Found in lib/util/index.js - About 35 mins to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Severity
              Category
              Status
              Source
              Language