flowjs/ngx-flow

View on GitHub

Showing 2 of 12 total issues

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

module.exports = function (config) {
  config.set({
    basePath: '',
    frameworks: ['jasmine', '@angular-devkit/build-angular'],
    plugins: [
Severity: Minor
Found in projects/ngx-flow/karma.conf.js - About 1 hr to fix

    Function flowFileMockFactory has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export function flowFileMockFactory(filename: string, overrides?: Partial<flowjs.FlowFile>): flowjs.FlowFile {
      const mocks = {
        flowObj: null as any,
        file: {
          name: filename,
    Severity: Minor
    Found in projects/ngx-flow/src/lib/helpers/tests/flow-file-mock-factory.ts - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language