CaliStyle/generator-treefrog

View on GitHub

Showing 6 of 39 total issues

Function serverDependentApi has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
Open

  serverDependentApi () {
    const fs = this.fs
    //copy config files
    fs.copy(path.resolve(TRAILS_TEMPLATE, 'config', '**'), this.destinationPath('config'))

Severity: Minor
Found in src/app/steps/writing.js - About 2 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 serverDependentApi has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  serverDependentApi () {
    const fs = this.fs
    //copy config files
    fs.copy(path.resolve(TRAILS_TEMPLATE, 'config', '**'), this.destinationPath('config'))

Severity: Major
Found in src/app/steps/writing.js - About 2 hrs to fix

    Function manageNotification has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
    Open

      manageNotification(notification: any) {
        if ("Notification" in window) {
          if ((<any> window).Notification.permission === "granted") {
            const notify = new (<any> window).Notification(notification.subject || 'Treefrog',
              {
    Severity: Minor
    Found in archetype/lib/angular2/app/services/notification.service.ts - About 1 hr 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 home has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      home(req, res) {
        const options = {
          directives: [ngApp.AppComponent],
    
          platformProviders: [
    Severity: Minor
    Found in archetype/lib/angular2/api/controllers/ViewController.js - About 1 hr to fix

      Function manageNotification has 32 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        manageNotification(notification: any) {
          if ("Notification" in window) {
            if ((<any> window).Notification.permission === "granted") {
              const notify = new (<any> window).Notification(notification.subject || 'Treefrog',
                {
      Severity: Minor
      Found in archetype/lib/angular2/app/services/notification.service.ts - About 1 hr to fix

        Function buildAngularRoutes has 27 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          buildAngularRoutes: () => {
            return new Promise((resolve, reject) => {
              let imports = {}
              let routes = '[\n'
              let route404 = ''
        Severity: Minor
        Found in archetype/lib/angular2/api/utils/ServerUtils.js - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language