pgoultiaev/aoc2017

View on GitHub
8/8.go

Summary

Maintainability
A
45 mins
Test Coverage

Function evalRule has 7 return statements (exceeds 4 allowed).
Open

func evalRule(s []string) bool {
    regVal := register[s[0]]
    val, _ := strconv.Atoi(s[2])

    switch s[1] {
Severity: Major
Found in 8/8.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status