Refactor app UI to satisfy gocyclo

This commit is contained in:
Joe Julian
2026-04-09 07:23:10 -07:00
parent cdf0c0c2c7
commit c442a20d3e
4 changed files with 1396 additions and 1272 deletions
+11
View File
@@ -1,8 +1,19 @@
linters:
enable:
- errcheck
- gocyclo
- gosimple
- govet
- ineffassign
- staticcheck
- unused
linters-settings:
gocyclo:
min-complexity: 15
issues:
exclude-rules:
- path: _test\.go
linters:
- gocyclo