Vizzuality/landgriffon

View on GitHub
marketing/src/containers/methodology/open-science/component.tsx

Summary

Maintainability
B
6 hrs
Test Coverage

Function OpenScience has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const OpenScience: React.FC = () => {
  return (
    <section className="relative py-12 space-y-12 bg-blue-600 bg-cover md:space-y-64 md:py-36 overflow-hidden">
      <Wrapper>
        <div className="grid grid-cols-2">
Severity: Major
Found in marketing/src/containers/methodology/open-science/component.tsx - About 2 hrs to fix

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

                  <FadeIn>
                    <div className="space-y-8">
                      <p className="text-white inline-block text-2xl font-light leading-tight">
                        <span className="text-black bg-blue-500">
                          Our service is built on the foundations of trust and transparency, 
    marketing/src/containers/about/values/component.tsx on lines 9..19

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

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

                <div className="w-full">
                  <Image
                    priority
                    alt="Screen 04"
                    src="/images/methodology/open-science/screen_02.png"
    marketing/src/containers/the-service/app-screens/component.tsx on lines 38..47
    marketing/src/containers/the-service/app-screens/component.tsx on lines 84..93
    marketing/src/containers/the-service/app-screens/component.tsx on lines 94..103
    marketing/src/containers/the-service/app-screens/component.tsx on lines 104..113

    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 max-w-3xl font-display md:text-7xl">
                    Open source & <span className="text-blue-500">open science. </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/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 2 locations. Consider refactoring.
    Open

                      <div className="px-6 py-5 font-semibold text-white bg-transparent border-2 border-white hover:bg-white/10">
                        <a
                          href="https://github.com/Vizzuality/landgriffon"
                          target="_blank"
                          rel="noreferrer noopener"
    Severity: Minor
    Found in marketing/src/containers/methodology/open-science/component.tsx and 1 other location - About 30 mins to fix
    marketing/src/containers/contact/component.tsx on lines 100..108

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

    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