cflynn07/github-action-til-autoformat-readme

View on GitHub
main.go

Summary

Maintainability
A
0 mins
Test Coverage

Function main has 71 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

func main() {
    // map of all categories and respective TILs
    tilsMap := make(map[string][]Til)
    // list of all (non-grouped by category) TILs for use with `list_most_recent` feature
    var tilsSlice []Til
Severity: Minor
Found in main.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status