diff options
| author | 2023-08-21 06:39:14 +0000 | |
|---|---|---|
| committer | 2023-08-21 06:39:14 +0000 | |
| commit | 36dceac56c467033648590dd7e6ea100e1f824a2 (patch) | |
| tree | 54d1d6451c63785278ad5c1a6331a1d38fe2363e /vendor/github.com/yuin/goldmark/Makefile | |
| parent | [feature/bugfix] Probe S3 storage for CSP uri, add config flag for extra URIs... (diff) | |
| download | gotosocial-36dceac56c467033648590dd7e6ea100e1f824a2.tar.xz | |
[chore]: Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6 (#2140)
Diffstat (limited to 'vendor/github.com/yuin/goldmark/Makefile')
| -rw-r--r-- | vendor/github.com/yuin/goldmark/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/github.com/yuin/goldmark/Makefile b/vendor/github.com/yuin/goldmark/Makefile index e34fe866a..b0bb05293 100644 --- a/vendor/github.com/yuin/goldmark/Makefile +++ b/vendor/github.com/yuin/goldmark/Makefile @@ -1,4 +1,7 @@ -.PHONY: test fuzz +.PHONY: test fuzz lint + +lint: + golangci-lint run -c .golangci.yml ./... test: go test -coverprofile=profile.out -coverpkg=github.com/yuin/goldmark,github.com/yuin/goldmark/ast,github.com/yuin/goldmark/extension,github.com/yuin/goldmark/extension/ast,github.com/yuin/goldmark/parser,github.com/yuin/goldmark/renderer,github.com/yuin/goldmark/renderer/html,github.com/yuin/goldmark/text,github.com/yuin/goldmark/util ./... |
