novking/aws-profile-handler

View on GitHub

Showing 1 of 1 total issue

Function decodeIniData has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static decodeIniData(rawData) {
        let currentSection;
        let map = {};
        let uniqueSectionFlag = false;
        let lines = rawData.split(/\r?\n/);
Severity: Minor
Found in lib/ini.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language