SeasonedSoftware/uploods

View on GitHub

Showing 3 of 3 total issues

Function Example has 163 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Example = () => {
  const [files, setFiles] = useState()
  const [config, setConfig] = useState({
    apiKey: process.env.REACT_APP_API_KEY,
    storageBucket: process.env.REACT_APP_BUCKET,
Severity: Major
Found in example/src/Example.js - About 6 hrs to fix

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

      render() {
        return (
          <footer className="nav-footer" id="footer">
            <section className="sitemap">
              <a href={this.props.config.baseUrl} className="nav-home">
    Severity: Major
    Found in docs/website/core/Footer.js - About 2 hrs to fix

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

      const start = async () => {
        const project =
          (await rl.questionAsync(
            `What is your app name in kebab case (${defaultProj})? `,
          )) || defaultProj
      Severity: Minor
      Found in scripts/scaffold.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language