Vizzuality/landgriffon

View on GitHub
marketing/src/containers/about/reason/component.tsx

Summary

Maintainability
C
1 day
Test Coverage

Function Rason has 160 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Rason: React.FC = () => {
  return (
    <section className="relative py-12 space-y-12 bg-blue-600 bg-cover md:space-y-64 md:py-64">
      <Wrapper>
        <div className="space-y-10 text-white md:space-y-20">
Severity: Major
Found in marketing/src/containers/about/reason/component.tsx - About 6 hrs to fix

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

                    <ul className="space-y-5 font-light">
                      <li className="relative pl-5 before:absolute before:top-2 before:left-0 before:w-1.5 before:h-1.5 before:bg-white">
                        Sector wide net zero GHG emissions.
                      </li>
                      <li className="relative pl-5 before:absolute before:top-2 before:left-0 before:w-1.5 before:h-1.5 before:bg-white">
    Severity: Major
    Found in marketing/src/containers/about/reason/component.tsx and 2 other locations - About 2 hrs to fix
    marketing/src/containers/privacy-policy/component.tsx on lines 346..351
    marketing/src/containers/privacy-policy/component.tsx on lines 552..573

    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 89.

    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

              <FadeIn>
                <h2 className="text-5xl font-black text-white uppercase font-display md:text-7xl">
                  Sustainability is <span className="text-orange-500">more than a buzzword. </span>
                </h2>
              </FadeIn>
    Severity: Major
    Found in marketing/src/containers/about/reason/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 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/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 12 locations. Consider refactoring.
    Open

              <FadeIn>
                <h2 className="text-5xl font-black text-white uppercase font-display md:text-7xl">
                  LandGriffon
                  <span className="text-blue-500"> POWERED BY VIZZUALITY. </span>
                </h2>
    Severity: Major
    Found in marketing/src/containers/about/reason/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/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/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

    There are no issues that match your filters.

    Category
    Status