mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 23:57:32 -06:00
Text/status parsing fixes (#141)
* aaaaaa * vendor minify * update + test markdown parsing
This commit is contained in:
parent
ff406be68f
commit
ce190d867c
56 changed files with 7390 additions and 45 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