mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Enable gofumpt linter; format code gofumpt -w . (#1576)
This commit is contained in:
@@ -13,9 +13,8 @@ jobs:
|
||||
with:
|
||||
go-version: 1.20.x
|
||||
- run: go version
|
||||
- run: diff -u <(echo -n) <(gofmt -d .)
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.51.1
|
||||
args: --enable=nolintlint,gochecknoinits,bodyclose --verbose
|
||||
args: --enable=nolintlint,gochecknoinits,bodyclose,gofumpt --verbose
|
||||
|
||||
Reference in New Issue
Block a user