gregoryv/draw

View on GitHub
docs/theme.go

Summary

Maintainability
A
1 hr
Test Coverage

Function Theme has 68 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func Theme() *CSS {
    css := NewCSS()
    css.Import("https://fonts.googleapis.com/css2?family=Inconsolata&family=Source+Sans+Pro&family=Source+Serif+Pro:wght@600")
    css.Import("https://fonts.googleapis.com/css2?family=Inconsolata&family=Lancelot&family=Open+Sans")
    css.Style("html, body",
Severity: Minor
Found in docs/theme.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status