diff options
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 2 |
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 |
