castero/config.py

Summary

Maintainability
A
1 hr
Test Coverage
B
81%

Avoid deeply nested control flow statements.
Open

                        if key in self.data:
                            raise ConfigDuplicateError("Variable defined multiple times, key: " + key)

Severity: Major
Found in castero/config.py - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                            if key in conf_dict:
                                lines[lines.index(line)] = "%s = %s\n" % (line.split(" =")[0], conf_dict[key])
    
    
    Severity: Major
    Found in castero/config.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status