MediaMonks/seng-config

View on GitHub

Showing 5 of 5 total issues

Function render has a Cognitive Complexity of 35 (exceeds 5 allowed). Consider refactoring.
Open

    public render():void
    {
        var envs:Array<IConfig>;

        if (this._environment === void 0)
Severity: Minor
Found in src/lib/ConfigManager.ts - About 5 hrs 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 render has 119 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public render():void
    {
        var envs:Array<IConfig>;

        if (this._environment === void 0)
Severity: Major
Found in src/lib/ConfigManager.ts - About 4 hrs to fix

    File ConfigManager.ts has 276 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import IConfig from "./IConfig";
    import IURLData from "./IURLData";
    
    const deepAssign = require('deep-assign');
    
    
    Severity: Minor
    Found in src/lib/ConfigManager.ts - About 2 hrs to fix

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

              var getVar = (varName:string):string =>
              {
                  var type = 'var',
                      variable:string = '',
      
      
      Severity: Minor
      Found in src/lib/ConfigManager.ts - About 1 hr to fix

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

        module.exports = function (config)
        {
            config.set({
        
                // base path that will be used to resolve all patterns (eg. files, exclude)
        Severity: Minor
        Found in karma.conf.js - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language