Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-01 | lint: Turn on paralleltest | Luke Shumaker | |
2023-01-01 | lint: Turn on nilerr | Luke Shumaker | |
2023-01-01 | lint: Turn on nakedret | Luke Shumaker | |
2023-01-01 | lint: Turn on misspell | Luke Shumaker | |
2023-01-01 | lint: Turn on gomoddirectives | Luke Shumaker | |
2023-01-01 | lint: Turn on gomnd | Luke Shumaker | |
2023-01-01 | lint: Turn on gofumpt | Luke Shumaker | |
All edits to .go files are made by `tools/bin/golangci-lint run --fix ./...`, not by me as a human. | |||
2023-01-01 | lint: Turn on gocritic | Luke Shumaker | |
2023-01-01 | lint: Turn on gci | Luke Shumaker | |
2023-01-01 | lint: Turn on forcetypeassert | Luke Shumaker | |
2023-01-01 | lint: Turn on errorlint | Luke Shumaker | |
2023-01-01 | lint: Turn on dupword | Luke Shumaker | |
2023-01-01 | lint: Turn on dogsled | Luke Shumaker | |
2023-01-01 | lint: Turn on containedctx | Luke Shumaker | |
2023-01-01 | lint: Tighten up the nolintlint configuration | Luke Shumaker | |
2023-01-01 | .golangci.yml: Turn on all passing non-deprecated linters | Luke Shumaker | |
2023-01-01 | .golangci.yml: Don't limit the output | Luke Shumaker | |
2022-12-26 | tree-wide: Outlaw fmt.Print, force textui | Luke Shumaker | |
2022-07-10 | Add license and copyright info | Luke Shumaker | |
2022-07-08 | Add a Makefile that runs lint and stuff | Luke Shumaker | |