Vizzuality/landgriffon

View on GitHub
marketing/src/containers/methodology/sourcing-model/component.tsx

Summary

Maintainability
D
1 day
Test Coverage

Function SourcingModel has 114 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

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

                    <div className="grid grid-cols-2 gap-8 border-t border-white pt-4">
                      <div className="space-y-2">
                        <p className="font-bold text-white"> Producer country or jurisdiction</p>
                        <p className="text-orange-500 font-light text-2xl max-w-xs">
                          Produced within this country or jurisdiction.
    marketing/src/containers/methodology/sourcing-model/component.tsx on lines 52..70

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

    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 2 locations. Consider refactoring.
    Open

                    <div className="grid grid-cols-2 gap-8 border-t border-white pt-4">
                      <div className="space-y-2">
                        <p className="font-bold text-white"> Aggregation point</p>
                        <p className="text-orange-500 font-light text-2xl max-w-xs">
                          Produced within 50km of this location
    marketing/src/containers/methodology/sourcing-model/component.tsx on lines 72..90

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

    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 max-w-3xl font-display md:text-7xl">
                  Our spatial <span className="text-orange-500">sourcing model. </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/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
    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