impequid/dynamic-dns

View on GitHub

Showing 8 of 24 total issues

Function dispatchToken has 85 lines of code (exceeds 25 allowed). Consider refactoring.
Open

store.dispatchToken = dispatcher.register(action => {
    console.info('main-store', action.type);

    switch (action.type) {
        case constants.HYDRATE:
Severity: Major
Found in source/client/stores/main.js - About 3 hrs to fix

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

        render () {
    
            const {page, history, linkPrefix} = this.props;
    
            // don't display if not needed
    Severity: Minor
    Found in source/client/components/domain.jsx - About 1 hr to fix

      Function render has 44 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          render () {
      
              const {state, actions} = this.props;
      
              return (
      Severity: Minor
      Found in source/client/components/home.jsx - About 1 hr to fix

        Function render has 41 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            render () {
                const {state, actions} = this.props;
        
                const leftEntries = [];
                const rightEntries = [];
        Severity: Minor
        Found in source/client/components/header.jsx - About 1 hr to fix

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

              render () {
          
                  const {actions, item, state, view, page} = this.props;
          
                  let currentDomain = {
          Severity: Minor
          Found in source/client/components/dashboard.jsx - About 1 hr to fix

            Function render has 31 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                render () {
            
                    const {state, actions, page} = this.props;
            
                    return state.subdomain ? (
            Severity: Minor
            Found in source/client/components/domain.jsx - About 1 hr to fix

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

              export default function * render () {
              
                  const path = this.url;
                  const user = getUser(this);
              
              
              Severity: Minor
              Found in source/server/routes/apps/main.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 render has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

                  render () {
              
                      const {page, history, linkPrefix} = this.props;
              
                      // don't display if not needed
              Severity: Minor
              Found in source/client/components/domain.jsx - 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

              Severity
              Category
              Status
              Source
              Language