File index.tsx
has 540 lines of code (exceeds 250 allowed). Consider refactoring.
import * as React from 'react'
import { styled } from '@spherehq/geometry/Theme'
import { Container } from '@spherehq/geometry/Components/Container'
import { Box } from '@spherehq/geometry/Components/Box'
Identical blocks of code found in 2 locations. Consider refactoring.
<MiniArticleList as="ul" flexDirection={`column`}>
<ArticleListItem
title={`Scientists Create Airplane That Can Land Itself on Any Runway`}
link={''}
linkAs={Link}
Identical blocks of code found in 2 locations. Consider refactoring.
<MiniArticleList as="ul" flexDirection={`column`}>
<ArticleListItem
title={`Scientists Create Airplane That Can Land Itself on Any Runway`}
link={''}
linkAs={Link}
Similar blocks of code found in 2 locations. Consider refactoring.
<StyledSignup px={8} order={{ xs: 1, md: 1, lg: 2 }}>
<h3>Would you like to try it?</h3>
<p style={{ fontSize: '16px' }}>
We’re launching a private beta in <strong>Q2 2019</strong>, free for
anyone interested, with a full release of the platform later in 2019.
packages/platform/src/components/Footer/Footer.tsx on lines 38..59 Similar blocks of code found in 6 locations. Consider refactoring.
<Author
alignItems="center"
justifyContent="center"
flexDirection="column"
>
Similar blocks of code found in 6 locations. Consider refactoring.
<Author
alignItems="center"
justifyContent="center"
flexDirection="column"
>
Similar blocks of code found in 6 locations. Consider refactoring.
<Author
alignItems="center"
justifyContent="center"
flexDirection="column"
>
Similar blocks of code found in 6 locations. Consider refactoring.
<Author
alignItems="center"
justifyContent="center"
flexDirection="column"
>
Similar blocks of code found in 6 locations. Consider refactoring.
<Author
alignItems="center"
justifyContent="center"
flexDirection="column"
>
Similar blocks of code found in 6 locations. Consider refactoring.
<Author
alignItems="center"
justifyContent="center"
flexDirection="column"
>
Identical blocks of code found in 7 locations. Consider refactoring.
<ArticleListItem
title={`Scientists Create Airplane That Can Land Itself on Any Runway`}
summary={`Last week I was blogging about simple stuff with Brigade event
driven automation platform. Basically we did nothing similar
to real-life…`}
Identical blocks of code found in 7 locations. Consider refactoring.
<ArticleListItem
title={`Scientists Create Airplane That Can Land Itself on Any Runway`}
summary={`Last week I was blogging about simple stuff with Brigade event
driven automation platform. Basically we did nothing similar
to real-life…`}
Identical blocks of code found in 7 locations. Consider refactoring.
<ArticleListItem
title={`Scientists Create Airplane That Can Land Itself on Any Runway`}
summary={`Last week I was blogging about simple stuff with Brigade event
driven automation platform. Basically we did nothing similar
to real-life…`}
Identical blocks of code found in 7 locations. Consider refactoring.
<ArticleListItem
title={`Scientists Create Airplane That Can Land Itself on Any Runway`}
summary={`Last week I was blogging about simple stuff with Brigade event
driven automation platform. Basically we did nothing similar
to real-life…`}
Identical blocks of code found in 7 locations. Consider refactoring.
<ArticleListItem
title={`Scientists Create Airplane That Can Land Itself on Any Runway`}
summary={`Last week I was blogging about simple stuff with Brigade event
driven automation platform. Basically we did nothing similar
to real-life…`}
Identical blocks of code found in 7 locations. Consider refactoring.
<ArticleListItem
title={`Scientists Create Airplane That Can Land Itself on Any Runway`}
summary={`Last week I was blogging about simple stuff with Brigade event
driven automation platform. Basically we did nothing similar
to real-life…`}
Identical blocks of code found in 7 locations. Consider refactoring.
<ArticleListItem
title={`Scientists Create Airplane That Can Land Itself on Any Runway`}
summary={`Last week I was blogging about simple stuff with Brigade event
driven automation platform. Basically we did nothing similar
to real-life…`}
Similar blocks of code found in 2 locations. Consider refactoring.
const StyledPublishedAtBox = styled(Box)`
span {
font-size: 12px;
font-weight: 700;
line-height: 15px;
packages/geometry/Components/ArticleListItem/ArticleListItem.tsx on lines 27..41 Similar blocks of code found in 4 locations. Consider refactoring.
<Box
width={{ xs: 1, md: 1, lg: '60%' }}
order={{ xs: 2, md: 2, lg: 1 }}
pt={{ xs: 8, md: 0, lg: 0 }}
>
Similar blocks of code found in 4 locations. Consider refactoring.
<Box
width={{ xs: 1, md: 1, lg: '40%' }}
pt={{ xs: 0, md: 0, lg: 6 }}
order={{ xs: 1, md: 1, lg: 2 }}
>
Similar blocks of code found in 4 locations. Consider refactoring.
<Box
width={{ xs: 1, md: 1, lg: '50%' }}
mr={{ xs: 0, md: 0, lg: 10 }}
order={{ xs: 2, md: 2, lg: 1 }}
>
Similar blocks of code found in 4 locations. Consider refactoring.
<ContentBox
width={{ xs: 1, md: 1, lg: '40%' }}
px={{ xs: 6, md: 6, lg: 8 }}
py={{ xs: 6, md: 6, lg: 6 }}
>
Similar blocks of code found in 2 locations. Consider refactoring.
<Box
width={{ xs: 1, md: 1, lg: '80%', xl: '70%' }}
pr={{ xs: 0, md: 8, lg: 8 }}
>
<FeaturedArticle
Similar blocks of code found in 2 locations. Consider refactoring.
<Box
width={{ xs: 1, md: 1, lg: '20%', xl: '30%' }}
mt={{ xs: 8, md: 8, lg: 0 }}
>
<MiniArticleList as="ul" flexDirection={`column`}>
There are no issues that match your filters.