Vizzuality/landgriffon

View on GitHub
marketing/src/containers/compliance/science-based-targets/component.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function ScienceBasedTargets has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ScienceBasedTargets: React.FC = () => {
  return (
    <section className="relative space-y-12 bg-blue-600 md:py-8 overflow-hidden">
      <Wrapper>
        <div className="space-y-10 text-white md:space-y-20 md:py-32 py-12">

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

            <div className="w-screen min-h-[459px] h-auto relative aspect-auto">
              <Image
                src="/images/compliance/forest.jpg"
                alt="Forest"
                layout="fill"
    marketing/src/containers/compliance/hero/component.tsx on lines 56..65

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

    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">
                  Implement Science-Based <span className="text-orange-500">Targets for Nature: </span>
                </h2>
              </FadeIn>
    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/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