scripts/releaseInfo/launchDates.js

Summary

Maintainability
F
3 days
Test Coverage

File launchDates.js has 482 lines of code (exceeds 250 allowed). Consider refactoring.
Open

const launchDates = {
  afaanoromoo: {
    articles: 'Sept 2019',
    frontPage: '5th Feb 2020',
    liveRadio: '30th Sept 2019',
Severity: Minor
Found in scripts/releaseInfo/launchDates.js - About 7 hrs to fix

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

      tamil: {
        articles: 'Sept 2019',
        frontPage: '13th Jan 2020',
        liveRadio: '14th Jan 2020',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 421..432
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      uzbek: {
        articles: 'Sept 2019',
        frontPage: '13th Jan 2020',
        liveRadio: '4th Feb 2020',
        mediaAssetPage: '26th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 421..432

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

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

      pashto: {
        articles: 'Sept 2019',
        frontPage: '23rd April 2020',
        liveRadio: '14th Jan 2020',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 421..432
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      afrique: {
        articles: 'Sept 2019',
        frontPage: '23rd April 2020',
        liveRadio: '10th Jan 2020',
        mediaAssetPage: '7th April 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 421..432
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      burmese: {
        articles: 'Sept 2019',
        frontPage: '19th Feb 2020',
        liveRadio: '10th Jan 2020',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 421..432
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      kyrgyz: {
        articles: 'Sept 2019',
        frontPage: '26th Sept 2019',
        liveRadio: '10th Jan 2020',
        mediaAssetPage: '27th Feb 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 421..432
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      persian: {
        articles: 'Sept 2019',
        frontPage: '23rd April 2020',
        liveRadio: '4th Feb 2020',
        mediaAssetPage: '27th Feb 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 421..432
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      somali: {
        articles: 'Sept 2019',
        frontPage: '23rd April 2020',
        liveRadio: '30th Jan 2020',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 421..432
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      hausa: {
        articles: 'Sept 2019',
        frontPage: '23rd April 2020',
        liveRadio: '30th Jan 2020',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 421..432
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      swahili: {
        articles: 'Sept 2019',
        frontPage: '23rd April 2020',
        liveRadio: '10th Jan 2020',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 421..432
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      urdu: {
        articles: 'Sept 2019',
        frontPage: '3rd March 2020',
        liveRadio: '4th Feb 2020',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 1 hr to fix
    scripts/releaseInfo/launchDates.js on lines 13..24
    scripts/releaseInfo/launchDates.js on lines 68..79
    scripts/releaseInfo/launchDates.js on lines 105..116
    scripts/releaseInfo/launchDates.js on lines 168..179
    scripts/releaseInfo/launchDates.js on lines 218..229
    scripts/releaseInfo/launchDates.js on lines 230..241
    scripts/releaseInfo/launchDates.js on lines 311..322
    scripts/releaseInfo/launchDates.js on lines 327..338
    scripts/releaseInfo/launchDates.js on lines 339..350
    scripts/releaseInfo/launchDates.js on lines 433..444

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

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

      hindi: {
        articles: 'Sept 2019',
        frontPage: '2nd April 2020',
        liveRadio: '4th Feb 2020',
        mediaAssetPage: '',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 300..310
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      indonesia: {
        articles: 'Sept 2019',
        frontPage: '26th Feb 2020',
        liveRadio: '30th Sept 2019',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 300..310
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      amharic: {
        articles: 'Sept 2019',
        frontPage: '5th Feb 2020',
        liveRadio: '30th Sept 2019',
        mediaAssetPage: '6th Feb 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 300..310
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      bengali: {
        articles: 'Sept 2019',
        frontPage: '5th Feb 2020',
        liveRadio: '10th Jan 2020',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 300..310
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      gahuza: {
        articles: 'Sept 2019',
        frontPage: '19th Feb 2020',
        liveRadio: '10th Jan 2020',
        mediaAssetPage: '27th Feb 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 300..310
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      arabic: {
        articles: 'Sept 2019',
        frontPage: '23rd April 2020',
        liveRadio: '4th Feb 2020',
        mediaAssetPage: '',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 300..310
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      afaanoromoo: {
        articles: 'Sept 2019',
        frontPage: '5th Feb 2020',
        liveRadio: '30th Sept 2019',
        mediaAssetPage: '6th Feb 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 300..310
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      korean: {
        articles: 'Sept 2019',
        frontPage: '23rd April 2020',
        liveRadio: '30th Sept 2019',
        mediaAssetPage: '6th Feb 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 300..310
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      tigrinya: {
        articles: 'Sept 2019',
        frontPage: '5th Feb 2020',
        liveRadio: '30th Sept 2019',
        mediaAssetPage: '6th Feb 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 300..310

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

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

      nepali: {
        articles: 'Sept 2019',
        frontPage: '5th Feb 2020',
        liveRadio: '14th Jan 2020',
        mediaAssetPage: '5th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 300..310
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      sinhala: {
        articles: 'Sept 2019',
        frontPage: '5th Feb 2020',
        liveRadio: '14th Jan 2020',
        mediaAssetPage: '27th Feb 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 10 other locations - About 50 mins to fix
    scripts/releaseInfo/launchDates.js on lines 2..12
    scripts/releaseInfo/launchDates.js on lines 25..35
    scripts/releaseInfo/launchDates.js on lines 36..46
    scripts/releaseInfo/launchDates.js on lines 57..67
    scripts/releaseInfo/launchDates.js on lines 84..94
    scripts/releaseInfo/launchDates.js on lines 117..127
    scripts/releaseInfo/launchDates.js on lines 137..147
    scripts/releaseInfo/launchDates.js on lines 157..167
    scripts/releaseInfo/launchDates.js on lines 203..213
    scripts/releaseInfo/launchDates.js on lines 370..380

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

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

      ukrainian: {
        articles: 'Sept 2019',
        frontPage: '17th March 2020',
        mediaAssetPage: '26th March 2020',
        photoGalleryPage: '24th March 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 3 other locations - About 35 mins to fix
    scripts/releaseInfo/launchDates.js on lines 95..104
    scripts/releaseInfo/launchDates.js on lines 180..189
    scripts/releaseInfo/launchDates.js on lines 351..360

    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

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

      gujarati: {
        articles: 'Sept 2019',
        frontPage: '13th Jan 2020',
        mediaAssetPage: '6th Feb 2020',
        photoGalleryPage: '18th Feb 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 3 other locations - About 35 mins to fix
    scripts/releaseInfo/launchDates.js on lines 180..189
    scripts/releaseInfo/launchDates.js on lines 351..360
    scripts/releaseInfo/launchDates.js on lines 411..420

    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

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

      marathi: {
        articles: 'Sept 2019',
        frontPage: '13th Jan 2020',
        mediaAssetPage: '6th Feb 2020',
        storyPage: '7th July 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 3 other locations - About 35 mins to fix
    scripts/releaseInfo/launchDates.js on lines 95..104
    scripts/releaseInfo/launchDates.js on lines 351..360
    scripts/releaseInfo/launchDates.js on lines 411..420

    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

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

      telugu: {
        articles: 'Sept 2019',
        frontPage: '13th Jan 2020',
        mediaAssetPage: '6th Feb 2020',
        storyPage: '9th July 2020',
    Severity: Major
    Found in scripts/releaseInfo/launchDates.js and 3 other locations - About 35 mins to fix
    scripts/releaseInfo/launchDates.js on lines 95..104
    scripts/releaseInfo/launchDates.js on lines 180..189
    scripts/releaseInfo/launchDates.js on lines 411..420

    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