summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-05-25 23:57:29 +0300
committerPaul Buetow <paul@buetow.org>2024-05-25 23:57:29 +0300
commit9852cfaf6c44b9e2960719feb57c6d0e53598f3c (patch)
tree9397202cb143503d49a5b226ce5be8fcfa202be8 /Taskfile.yml
parent6e631b4ccbe71299137469a69900b874d709fe35 (diff)
add memoryfs vfs implementation
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 7a7ec41..a8347d2 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -14,7 +14,7 @@ tasks:
- go test -v ./...
vet:
cmds:
- - go vet **/*.go
+ - go vet ./...
lint:
cmds:
- golangci-lint run