Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein authored and TLINDEN committed Jan 26, 2024
1 parent 6a2a501 commit 62188dd
Show file tree
Hide file tree
Showing 12 changed files with 599 additions and 513 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ test: clean
testfuzzy: clean
go test -fuzz ./... $(ARGS)

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,forbidigo,godox,dupword,forcetypeassert,goerr113,gomnd

singletest:
@echo "Call like this: make singletest TEST=TestPrepareColumns ARGS=-v"
go test -run $(TEST) $(ARGS)
Expand Down
Loading

0 comments on commit 62188dd

Please sign in to comment.