nexxtway/react-rainbow

View on GitHub
library/styleguideComponents/Wrapper/styled.js

Summary

Maintainability
C
7 hrs
Test Coverage

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

export const StyledColorCircle = attachThemeAttrs(styled.div)`
    height: 20px;
    width: 20px;
    background-color: ${props => props.palette.brand.main};
    display: inline-block;
Severity: Major
Found in library/styleguideComponents/Wrapper/styled.js and 5 other locations - About 1 hr to fix
library/styleguideComponents/Wrapper/styled.js on lines 8..14
library/styleguideComponents/Wrapper/styled.js on lines 16..29
src/components/MarkdownOutput/renderers/styled.js on lines 66..77
src/components/MarkdownOutput/renderers/styled.js on lines 171..180
src/components/Table/body/styled/editableCell.js on lines 20..41

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

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

export const StyledWrapper = attachThemeAttrs(styled.div)`
    padding: 0;
    border-radius: 0.875rem;
    background-color: ${props => props.palette.background.secondary};
    background-clip: padding-box;
Severity: Major
Found in library/styleguideComponents/Wrapper/styled.js and 5 other locations - About 1 hr to fix
library/styleguideComponents/Wrapper/styled.js on lines 16..29
library/styleguideComponents/Wrapper/styled.js on lines 100..110
src/components/MarkdownOutput/renderers/styled.js on lines 66..77
src/components/MarkdownOutput/renderers/styled.js on lines 171..180
src/components/Table/body/styled/editableCell.js on lines 20..41

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

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

export const StyledTopBar = attachThemeAttrs(styled.header)`
    background-color: ${props => props.palette.background.main};
    width: 100%;
    display: flex;
    justify-content: space-between;
Severity: Major
Found in library/styleguideComponents/Wrapper/styled.js and 5 other locations - About 1 hr to fix
library/styleguideComponents/Wrapper/styled.js on lines 8..14
library/styleguideComponents/Wrapper/styled.js on lines 100..110
src/components/MarkdownOutput/renderers/styled.js on lines 66..77
src/components/MarkdownOutput/renderers/styled.js on lines 171..180
src/components/Table/body/styled/editableCell.js on lines 20..41

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

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

export const StyledHighlight = attachThemeAttrs(styled.span)`
    margin: 2px 6px;
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 900;
Severity: Major
Found in library/styleguideComponents/Wrapper/styled.js and 20 other locations - About 35 mins to fix
library/styleguideComponents/Wrapper/styled.js on lines 88..98
src/components/ColorPicker/variants/styled.js on lines 4..10
src/components/GoogleAddressLookup/styled/icons.js on lines 5..7
src/components/GoogleAddressLookup/styled/icons.js on lines 9..11
src/components/GoogleAddressLookup/styled/icons.js on lines 13..15
src/components/HelpText/styled/index.js on lines 70..74
src/components/HighlightedText/styled/index.js on lines 4..9
src/components/HighlightedText/styled/index.js on lines 11..14
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 77..84
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 86..92
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 104..112
src/components/ImportRecordsFlow/stepThree/styled/cvsFieldContainer.js on lines 4..10
src/components/InternalDropdown/styled/index.js on lines 90..94
src/components/InternalDropdown/styled/index.js on lines 145..152
src/components/InternalDropdown/styled/index.js on lines 154..160
src/components/MarkdownOutput/renderers/styled.js on lines 130..133
src/components/MarkdownOutput/renderers/styled.js on lines 182..187
src/components/PhoneInput/countriesDropdown/styled/index.js on lines 22..28
src/components/Rating/styled/index.js on lines 42..65
src/components/Table/body/styled/editableCell.js on lines 12..18

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

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

export const StyledTitle = attachThemeAttrs(styled.h1)`
    font-size: 14px;
    font-family: Lato Light;
    color: ${props => props.palette.text.title};
    margin-left: 6px;
Severity: Major
Found in library/styleguideComponents/Wrapper/styled.js and 20 other locations - About 35 mins to fix
library/styleguideComponents/Wrapper/styled.js on lines 62..74
src/components/ColorPicker/variants/styled.js on lines 4..10
src/components/GoogleAddressLookup/styled/icons.js on lines 5..7
src/components/GoogleAddressLookup/styled/icons.js on lines 9..11
src/components/GoogleAddressLookup/styled/icons.js on lines 13..15
src/components/HelpText/styled/index.js on lines 70..74
src/components/HighlightedText/styled/index.js on lines 4..9
src/components/HighlightedText/styled/index.js on lines 11..14
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 77..84
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 86..92
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 104..112
src/components/ImportRecordsFlow/stepThree/styled/cvsFieldContainer.js on lines 4..10
src/components/InternalDropdown/styled/index.js on lines 90..94
src/components/InternalDropdown/styled/index.js on lines 145..152
src/components/InternalDropdown/styled/index.js on lines 154..160
src/components/MarkdownOutput/renderers/styled.js on lines 130..133
src/components/MarkdownOutput/renderers/styled.js on lines 182..187
src/components/PhoneInput/countriesDropdown/styled/index.js on lines 22..28
src/components/Rating/styled/index.js on lines 42..65
src/components/Table/body/styled/editableCell.js on lines 12..18

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

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

export const StyledCheckIcon = attachThemeAttrs(styled(CheckmarkIcon))`
    width: 0.8rem;
    height: 0.8rem;
    line-height: 1.5;
    margin-bottom: 7px;
Severity: Major
Found in library/styleguideComponents/Wrapper/styled.js and 6 other locations - About 35 mins to fix
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 94..97
src/components/ImportRecordsFlow/stepOne/styled/optionPicker.js on lines 99..102
src/components/InternalDropdown/styled/index.js on lines 96..101
src/components/InternalDropdown/styled/index.js on lines 103..107
src/components/Table/body/styled/editableCell.js on lines 6..10
src/components/Table/body/styled/editableCell.js on lines 43..55

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

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

    ${props =>
        props.rainbowTheme &&
        props.rainbowTheme.palette &&
        `
        background-color: ${props.rainbowTheme.palette.brand};
Severity: Minor
Found in library/styleguideComponents/Wrapper/styled.js and 1 other location - About 35 mins to fix
src/components/RadioButtonGroup/styled/buttonItemLabel.js on lines 65..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 46.

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