txwkx/RDFJS4U

View on GitHub

Showing 4 of 16 total issues

Function Documentation has 112 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Documentation = () => {

  return (
    <div id='page-content-wrapper'>
      <div class='container-fluid'>
Severity: Major
Found in src/js/pages/Documentation.js - About 4 hrs to fix

    Function About has 40 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    const About = () => {
    
      return (
        <div id='page-content-wrapper'>
          <div class='container-fluid'>
    Severity: Minor
    Found in src/js/pages/About.js - About 1 hr to fix

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

        render() {
          const { fetchstatus } = this.props;
          const isLoaded = Object.keys(fetchstatus).every(key => fetchstatus[key]);
      
          if(!isLoaded) return (<div class='loader'></div>);
      Severity: Minor
      Found in src/js/pages/Libraries.js - About 1 hr to fix

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

          render() {
            const extraColumns = [
              {
                property: 'sourceSize',
                header: { label: 'Size', props: { style: { width: 100 }} },
        Severity: Minor
        Found in src/js/components/table/LibrariesTable.js - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language