update swayipc, go, add linter cfg, satisfy linter (#2)

This commit is contained in:
T. von Dein
2026-08-22 20:55:41 +02:00
parent 9703fd4ad0
commit ce5fa1a020
6 changed files with 188 additions and 64 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)