update swayipc, go, add linter cfg, satisfy linter

This commit is contained in:
2026-08-22 20:51:17 +02:00
parent 60081f9dce
commit 25d5c571ec
4 changed files with 145 additions and 33 deletions

View File

@@ -46,10 +46,7 @@ test: clean
testlint: test lint
lint:
golangci-lint run
lint-full:
golangci-lint run --enable-all --exclude-use-default --disable exhaustivestruct,exhaustruct,depguard,interfacer,deadcode,golint,structcheck,scopelint,varcheck,ifshort,maligned,nosnakecase,godot,funlen,gofumpt,cyclop,noctx,gochecknoglobals,paralleltest
golangci-lint run --show-stats=false
testfuzzy: clean
go test -fuzz ./... $(ARGS)