mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-19 02:07:29 -06:00
[bugfix] html escape special characters in text instead of totally removing them (#719)
* remove minify dependency * tidy up some tests * remove pre + postformat funcs * rework sanitization + formatting * update tests * add some more markdown tests
This commit is contained in:
parent
098dbe6ff4
commit
c84384e660
51 changed files with 129 additions and 7419 deletions
16
vendor/github.com/tdewolff/parse/v2/.golangci.yml
generated
vendored
16
vendor/github.com/tdewolff/parse/v2/.golangci.yml
generated
vendored
|
|
@ -1,16 +0,0 @@
|
|||
linters:
|
||||
enable:
|
||||
- depguard
|
||||
- dogsled
|
||||
- gofmt
|
||||
- goimports
|
||||
- golint
|
||||
- gosec
|
||||
- govet
|
||||
- megacheck
|
||||
- misspell
|
||||
- nakedret
|
||||
- prealloc
|
||||
- unconvert
|
||||
- unparam
|
||||
- wastedassign
|
||||
Loading…
Add table
Add a link
Reference in a new issue