BUTR/Bannerlord.BLSE

View on GitHub
src/Bannerlord.BLSE.Shared/Standalone.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method TryLoadLoadOrderFromSaveFile has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private static void TryLoadLoadOrderFromSaveFile(ref string[] args)
    {
        // If _MODULES_ arg is missing but a save file to load is specified, use the load order from the save file
        var hasModules = false;
        var saveFile = string.Empty;
Severity: Minor
Found in src/Bannerlord.BLSE.Shared/Standalone.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status