mirror of
https://codeberg.org/scip/swaycycle.git
synced 2026-08-23 22:34:20 +02:00
update swayipc, go, add linter cfg, satisfy linter (#2)
This commit is contained in:
5
Makefile
5
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user