pgoultiaev/aoc2017

View on GitHub
19/19.go

Summary

Maintainability
A
35 mins
Test Coverage

Function traverse has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func traverse(grid map[Point]string, p Point, dir string, t string, steps int) (string, int) {
Severity: Minor
Found in 19/19.go - About 35 mins to fix

    exported type Point should have comment or be unexported
    Open

    type Point struct {
    Severity: Minor
    Found in 19/19.go by golint

    There are no issues that match your filters.

    Category
    Status