archanox/RGBDS2CIL

View on GitHub
RGBDS2CIL/Lines/MacroLine.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method OutputLine has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public new void OutputLine(StringBuilder sb, int tabCount)
        {
            //NOTE: Nested macros are prohibited
            var privatePublic = IsLocal ? "private " : "public ";
            var methodName = CultureInfo.CurrentCulture.TextInfo.ToTitleCase(Name.Trim(':'));
Severity: Minor
Found in RGBDS2CIL/Lines/MacroLine.cs - About 1 hr to fix

    Unexpected spaces found.
    Open

    using System;
    Severity: Minor
    Found in RGBDS2CIL/Lines/MacroLine.cs by editorconfig

    There are no issues that match your filters.

    Category
    Status