mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 22:07:30 -06:00
[bugfix] Markdown formatting updates (#743)
* add minify dependency specifically for markdown * rearrange markdown formatting * update markdown tests
This commit is contained in:
parent
f2a6ae3ef8
commit
879b4abde7
42 changed files with 7259 additions and 19 deletions
16
vendor/github.com/tdewolff/parse/v2/.golangci.yml
generated
vendored
Normal file
16
vendor/github.com/tdewolff/parse/v2/.golangci.yml
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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