Vizzuality/landgriffon

View on GitHub
marketing/src/containers/footer/component.tsx

Summary

Maintainability
C
1 day
Test Coverage

Function Footer has 83 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Footer: React.FC = () => {
  return (
    <footer className="bg-white ">
      <Wrapper>
        <nav className="py-12 md:py-32">
Severity: Major
Found in marketing/src/containers/footer/component.tsx - About 3 hrs to fix

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

                <li>
                  <a
                    href="https://github.com/Vizzuality/landgriffon"
                    target="_blank"
                    rel="noreferrer noopener"
    Severity: Major
    Found in marketing/src/containers/footer/component.tsx and 3 other locations - About 1 hr to fix
    marketing/src/containers/footer/component.tsx on lines 59..63
    marketing/src/containers/footer/component.tsx on lines 64..72
    marketing/src/containers/footer/component.tsx on lines 73..81

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 60.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

                <li>
                  <a
                    href="https://www.linkedin.com/company/landgriffon/ "
                    target="_blank"
                    rel="noreferrer noopener"
    Severity: Major
    Found in marketing/src/containers/footer/component.tsx and 3 other locations - About 1 hr to fix
    marketing/src/containers/footer/component.tsx on lines 50..58
    marketing/src/containers/footer/component.tsx on lines 59..63
    marketing/src/containers/footer/component.tsx on lines 73..81

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 60.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

                <li>
                  <a
                    href="https://medium.com/vizzuality-blog/tagged/sustainable-supply-chain"
                    target="_blank"
                    rel="noreferrer noopener"
    Severity: Major
    Found in marketing/src/containers/footer/component.tsx and 3 other locations - About 1 hr to fix
    marketing/src/containers/footer/component.tsx on lines 50..58
    marketing/src/containers/footer/component.tsx on lines 59..63
    marketing/src/containers/footer/component.tsx on lines 64..72

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 60.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

                <li>
                  <a href="https://twitter.com/LandGriffon_" target="_blank" rel="noreferrer noopener">
                    <Icon icon={TWITTER_SVG} className="w-5 h-5 fill-black" />
                  </a>
                </li>
    Severity: Major
    Found in marketing/src/containers/footer/component.tsx and 3 other locations - About 1 hr to fix
    marketing/src/containers/footer/component.tsx on lines 50..58
    marketing/src/containers/footer/component.tsx on lines 64..72
    marketing/src/containers/footer/component.tsx on lines 73..81

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 60.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 12 locations. Consider refactoring.
    Open

                <li>
                  <Link href="/contact">
                    <a className="text-5xl font-black uppercase font-display md:text-7xl lg:text-9xl">
                      Contact us
                    </a>
    Severity: Major
    Found in marketing/src/containers/footer/component.tsx and 11 other locations - About 40 mins to fix
    landing/components/newsletter/component.tsx on lines 68..74
    marketing/src/containers/about/reason/component.tsx on lines 14..18
    marketing/src/containers/about/reason/component.tsx on lines 61..66
    marketing/src/containers/blog-posts/component.tsx on lines 18..24
    marketing/src/containers/compliance/eudr-tool/component.tsx on lines 23..27
    marketing/src/containers/compliance/impact-beyond-compliance/component.tsx on lines 10..14
    marketing/src/containers/compliance/science-based-targets/component.tsx on lines 12..16
    marketing/src/containers/footer/component.tsx on lines 19..25
    marketing/src/containers/methodology/open-science/component.tsx on lines 12..16
    marketing/src/containers/methodology/sourcing-model/component.tsx on lines 11..15
    client/src/components/file-dropzone/component.tsx on lines 52..56

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 48.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 12 locations. Consider refactoring.
    Open

                <li>
                  <Link href="/about">
                    <a className="text-5xl font-black uppercase font-display md:text-7xl lg:text-9xl">
                      About us
                    </a>
    Severity: Major
    Found in marketing/src/containers/footer/component.tsx and 11 other locations - About 40 mins to fix
    landing/components/newsletter/component.tsx on lines 68..74
    marketing/src/containers/about/reason/component.tsx on lines 14..18
    marketing/src/containers/about/reason/component.tsx on lines 61..66
    marketing/src/containers/blog-posts/component.tsx on lines 18..24
    marketing/src/containers/compliance/eudr-tool/component.tsx on lines 23..27
    marketing/src/containers/compliance/impact-beyond-compliance/component.tsx on lines 10..14
    marketing/src/containers/compliance/science-based-targets/component.tsx on lines 12..16
    marketing/src/containers/footer/component.tsx on lines 26..32
    marketing/src/containers/methodology/open-science/component.tsx on lines 12..16
    marketing/src/containers/methodology/sourcing-model/component.tsx on lines 11..15
    client/src/components/file-dropzone/component.tsx on lines 52..56

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 48.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

              <div className="flex space-x-5">
                <p>@LandGriffon 2021</p>
                <Link href="/privacy-policy">Privacy policy</Link>
              </div>
    Severity: Minor
    Found in marketing/src/containers/footer/component.tsx and 2 other locations - About 40 mins to fix
    client/src/containers/interventions/form/component.tsx on lines 436..442
    client/src/containers/interventions/form/component.tsx on lines 679..685

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 48.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    There are no issues that match your filters.

    Category
    Status