ryu1kn/vscode-annotator

View on GitHub
src/lib/annotation-style-builder.ts

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Function _getFixedStyle has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _getFixedStyle() {
        const config = this._configStore;
        const fontFamily = config.getEditorConfig('fontFamily');
        const fontSize = config.getEditorConfig('fontSize');
        const lineHeight = config.getEditorConfig('lineHeight');
Severity: Major
Found in src/lib/annotation-style-builder.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status