mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[chore] Remove deprecated linters (#1228)
This commit is contained in:
parent
aea16bbf3c
commit
dd1a4cd892
1 changed files with 1 additions and 3 deletions
|
@ -20,12 +20,10 @@ linters:
|
||||||
- gocritic
|
- gocritic
|
||||||
- gofmt
|
- gofmt
|
||||||
- gosec
|
- gosec
|
||||||
- ifshort
|
|
||||||
- nilerr
|
- nilerr
|
||||||
- revive
|
- revive
|
||||||
- wastedassign
|
|
||||||
|
|
||||||
linters-settings:
|
linters-settings:
|
||||||
govet:
|
govet:
|
||||||
disable:
|
disable:
|
||||||
- composites
|
- composites
|
||||||
|
|
Loading…
Reference in a new issue