renuo/ngx-renuo-upload

View on GitHub

Showing 10 of 33 total issues

Function makeWebpackConfig has 157 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function makeWebpackConfig() {
  /**
   * Config
   * Reference: http://webpack.github.io/docs/configuration.html
   * This is the object where all configuration gets set
Severity: Major
Found in webpack.config.js - About 6 hrs to fix

    Function makeWebpackConfig has a Cognitive Complexity of 27 (exceeds 5 allowed). Consider refactoring.
    Open

    module.exports = function makeWebpackConfig() {
      /**
       * Config
       * Reference: http://webpack.github.io/docs/configuration.html
       * This is the object where all configuration gets set
    Severity: Minor
    Found in webpack.config.js - About 3 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 exports has 71 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = function (config) {
      var _config = {
    
        // base path that will be used to resolve all patterns (eg. files, exclude)
        basePath: '',
    Severity: Major
    Found in karma.conf.js - About 2 hrs to fix

      Function makeRequest has 42 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        makeRequest(options: RequestOption, result: UploadResult): Observable<UploadResult> {
          let lastUpdate = Date.now();
      
          return Observable.create((observer: Observer<UploadResult>) => {
            const xhr = this.createXhr();
      Severity: Minor
      Found in src/app/services/request/request.service.ts - About 1 hr to fix

        Avoid too many return statements within this function.
        Open

                    if (x === y || x.valueOf() === y.valueOf()) { return true; }
        Severity: Major
        Found in src/app/app.component.spec.ts - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                      if (Array.isArray(x) && x.length !== y.length) { return false; }
          Severity: Major
          Found in src/app/app.component.spec.ts - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                        if (x instanceof Date) { return false; }
            Severity: Major
            Found in src/app/app.component.spec.ts - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                          return Object.keys(y).every(i => p.indexOf(i) !== -1) &&
                            p.every(i => objectEquals(x[i], y[i]));
              Severity: Major
              Found in src/app/app.component.spec.ts - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                            if (!(y instanceof Object)) { return false; }
                Severity: Major
                Found in src/app/app.component.spec.ts - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                              if (!(x instanceof Object)) { return false; }
                  Severity: Major
                  Found in src/app/app.component.spec.ts - About 30 mins to fix
                    Severity
                    Category
                    Status
                    Source
                    Language