Skip to content

Commit fe0ad4a

Browse files
committed
fix(ci): skip TUI directory in golangci-lint
- Use skip-dirs to exclude internal/tui from linting - Previous exclude-rules approach didn't work
1 parent 513d0eb commit fe0ad4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# .golangci.yml
22
run:
33
timeout: 5m
4+
skip-dirs:
5+
- internal/tui
46

57
linters:
68
enable:

0 commit comments

Comments
 (0)