nexxtway/react-rainbow

View on GitHub

Showing 2,739 of 2,739 total issues

Function valuePropValidation has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

export default function valuePropValidation(propValue, key, componentName, location, propFullName) {
Severity: Minor
Found in src/components/WeekDayPicker/helpers/valuePropValidation.js - About 35 mins to fix

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

    export const DefaultHitContainer = attachThemeAttrs(styled.span)`
        color: ${props => props.palette.text.main};
        font-weight: bold;
        font-size: 1rem;
        font-family: 'Lato Black';
    Severity: Major
    Found in src/components/HighlightedText/styled/index.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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 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 SearchValueIconColor = attachThemeAttrs(styled.svg)`
        fill: ${props => props.palette.brand.main}
    `;
    Severity: Major
    Found in src/components/GoogleAddressLookup/styled/icons.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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/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 OptionName = attachThemeAttrs(styled.h3)`
        color: ${props => props.palette.text.main};
        font-size: 16px;
        width: 500;
        text-overflow: ellipsis;
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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 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 MessageDescription = attachThemeAttrs(styled.p)`
        font-size: 14px;
        line-height: 1.43;
        text-align: center;
        color: ${props => props.palette.text.header};
    Severity: Major
    Found in src/components/InternalDropdown/styled/index.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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 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 MessageHighLight = attachThemeAttrs(styled.p)`
        font-size: 14px;
        font-weight: 900;
        text-align: center;
        color: ${props => props.palette.text.main};
    Severity: Major
    Found in src/components/InternalDropdown/styled/index.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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/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 StyledHR = attachThemeAttrs(styled.hr)`
        margin: 1rem auto;
        background: ${props => props.palette.border.divider};
    `;
    Severity: Major
    Found in src/components/MarkdownOutput/renderers/styled.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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 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 StyledTableRow = attachThemeAttrs(styled.tr)`
        box-shadow: 0 1px 0 0 ${props => props.palette.border.divider};
        transition: all 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
        box-sizing: border-box;
        counter-increment: rowCounter;
    Severity: Major
    Found in src/components/MarkdownOutput/renderers/styled.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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/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 SearchContainer = attachThemeAttrs(styled.div)`
        display: flex;
        align-items: center;
        border-bottom: 1px solid ${props => props.palette.border.divider};
    `;
    Severity: Major
    Found in src/components/InternalDropdown/styled/index.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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 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 IconContainer = attachThemeAttrs(styled.div)`
        display: flex;
        background-color: ${props => props.palette.background.main};
        align-items: center;
        justify-content: center;
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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/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 DefaultTextContainer = attachThemeAttrs(styled.span)`
        color: ${props => props.palette.text.main};
        font-size: 1rem;
    `;
    Severity: Major
    Found in src/components/HighlightedText/styled/index.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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/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 StyledText = attachThemeAttrs(styled.div)`
        font-size: 0.8125rem;
        line-height: 1.42;
        color: ${props => props.palette.text.main}
    `;
    Severity: Major
    Found in src/components/HelpText/styled/index.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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/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 OptionDescription = attachThemeAttrs(styled.p)`
        font-size: 14px;
        color: ${props => props.palette.text.label};
        text-overflow: ellipsis;
        white-space: nowrap;
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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 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 StyledCVSFieldContainer = attachThemeAttrs(styled.span)`
        align-items: center;
        display: flex;
        color: ${props => props.palette.text.header};
        font-size: 14px;
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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/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 IconPinColor = attachThemeAttrs(styled.svg)`
        fill: ${props => props.palette.background.main}
    `;
    Severity: Major
    Found in src/components/GoogleAddressLookup/styled/icons.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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 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 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 StyledSpan = attachThemeAttrs(styled.span)`
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: ${props => props.palette.text.title};
    Severity: Major
    Found in src/components/Table/body/styled/editableCell.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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

    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 StyledSaturationContainer = attachThemeAttrs(styled.div)`
        position: relative;
        flex: 1 0 auto;
        border-radius: 12px;
        overflow: hidden;
    Severity: Major
    Found in src/components/ColorPicker/variants/styled.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    library/styleguideComponents/Wrapper/styled.js on lines 88..98
    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 IconCircleColor = attachThemeAttrs(styled.svg)`
        fill: ${props => props.palette.text.disabled}
    `;
    Severity: Major
    Found in src/components/GoogleAddressLookup/styled/icons.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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 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 StyledSearchContainer = attachThemeAttrs(styled.div)`
        width: 100%;
        border-bottom: 1px solid ${props => props.palette.border.divider};
        padding: 0 1rem;
        margin-top: 5px;
    Severity: Major
    Found in src/components/PhoneInput/countriesDropdown/styled/index.js and 20 other locations - About 35 mins to fix
    library/styleguideComponents/Wrapper/styled.js on lines 62..74
    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/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

    Severity
    Category
    Status
    Source
    Language