eduardomoroni/mtgx

View on GitHub

Showing 4 of 4 total issues

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

  render () {
    const {
      set,
      type,
      types,
Severity: Major
Found in src/modules/cardSearch/components/cardSearchScreen.js - About 2 hrs to fix

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

      render () {
        const {
          set,
          sets,
          type,
    Severity: Minor
    Found in src/modules/cardSearch/containers/cardSearchContainer.js - About 1 hr to fix

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

        render () {
          const { name } = this.props.input
          let { value } = this.props.input
          value = value || {number: 0, operator: ''}
      
      
      Severity: Minor
      Found in src/modules/form/components/numericInputForm.ios.js - About 1 hr to fix

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

          render () {
            const { buttonCallback, buttonText } = this.props
            const { email, password } = this.state
        
            return (
        Severity: Minor
        Found in src/modules/authentication/components/emailPasswordForm.js - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language