mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 00:42:25 -05:00
[chore]: Bump github.com/microcosm-cc/bluemonday from 1.0.25 to 1.0.26 (#2266)
This commit is contained in:
parent
39e22a9703
commit
48725f7228
7 changed files with 17 additions and 17 deletions
8
vendor/github.com/microcosm-cc/bluemonday/Makefile
generated
vendored
8
vendor/github.com/microcosm-cc/bluemonday/Makefile
generated
vendored
|
|
@ -6,7 +6,7 @@
|
|||
# fmt-check: Check if the source files are formated
|
||||
# build: Builds the code locally
|
||||
# vet: Vets the code
|
||||
# lint: Runs lint over the code (you do not need to fix everything)
|
||||
# staticcheck: Runs staticcheck over the code
|
||||
# test: Runs the tests
|
||||
# cover: Gives you the URL to a nice test coverage report
|
||||
#
|
||||
|
|
@ -33,8 +33,8 @@ build:
|
|||
vet:
|
||||
@go vet
|
||||
|
||||
lint:
|
||||
@golint *.go
|
||||
staticcheck:
|
||||
@staticcheck ./...
|
||||
|
||||
test:
|
||||
@go test -v ./...
|
||||
|
|
@ -42,7 +42,7 @@ test:
|
|||
cover: COVERAGE_FILE := coverage.out
|
||||
cover:
|
||||
@go test -coverprofile=$(COVERAGE_FILE) && \
|
||||
cover -html=$(COVERAGE_FILE) && rm $(COVERAGE_FILE)
|
||||
go tool cover -html=$(COVERAGE_FILE) && rm $(COVERAGE_FILE)
|
||||
|
||||
install:
|
||||
@go install ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue