Vizzuality/landgriffon

View on GitHub
marketing/src/containers/compliance/hero/component.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function Video has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Video: FC = () => {
  const videoRef = useRef<HTMLVideoElement>();
  const { ref, inView } = useInView();

  const onVideoEnded = useCallback(() => {
Severity: Major
Found in marketing/src/containers/compliance/hero/component.tsx - About 2 hrs to fix

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

            <motion.div
              className="relative py-12 md:py-32"
              initial={{ opacity: 0, y: 20 }}
              animate={{ opacity: 1, y: 0 }}
              transition={{ duration: 0.75, delay: 0.1 }}
    Severity: Major
    Found in marketing/src/containers/compliance/hero/component.tsx and 6 other locations - About 1 hr to fix
    marketing/src/containers/about/hero/component.tsx on lines 11..65
    marketing/src/containers/home/hero/component.tsx on lines 19..37
    marketing/src/containers/home/hero/component.tsx on lines 40..47
    marketing/src/containers/methodology/hero/component.tsx on lines 38..115
    marketing/src/containers/methodology/hero/component.tsx on lines 117..135
    marketing/src/containers/the-service/hero/component.tsx on lines 9..21

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

    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="flex flex-col justify-end overflow-hidden relative z-10  md:-mt-80 -mt-72 h-80 md:h-[420px] lg:h-[696px]">
            <Image
              alt="field"
              src="/images/compliance/hero_1.jpg"
              layout="fill"
    Severity: Major
    Found in marketing/src/containers/compliance/hero/component.tsx and 1 other location - About 1 hr to fix
    marketing/src/containers/compliance/science-based-targets/component.tsx on lines 57..66

    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

    There are no issues that match your filters.

    Category
    Status