We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafd93f commit 1591678Copy full SHA for 1591678
2 files changed
.gotcha.yaml
@@ -0,0 +1,18 @@
1
+include:
2
+ - ./...
3
+exclude:
4
+ - vendor/
5
+ - mocks/
6
+ - .git/
7
+ - tmp/
8
+ - .serena/
9
+ - .claude/
10
+ - .vscode/
11
+ - web/
12
+ - assets/
13
+ - favicon/
14
+ - specs/
15
+ - "*.out"
16
+ - "*.test"
17
+args:
18
+ - -v
Makefile
@@ -53,6 +53,10 @@ test-coverage: lint
53
test: lint
54
gotestsum --format dots -- -race -buildvcs ./...
55
56
+.PHONY: test/live
57
+test/live:
58
+ gotcha watch # --fast
59
+
60
.PHONY: vet
61
vet:
62
go vet ./...
0 commit comments