golangci-lint/pkg
Ludovic Fernandez d44cd49a20
feat: remove some go1.18 limitations (#3001)
* fix: restore some linters

- govet(nilness,unusedwrite)
- bodyclose
- contextcheck
- nilerr
- noctx
- tparallel

* fix: remove structcheck from the default linters.
2022-07-21 16:52:06 +02:00
..
commands dev: change err to nil (#2971) 2022-07-10 20:44:49 +02:00
config Add linter asasalint to lint pass []any as any (#2968) 2022-07-18 09:17:27 +02:00
exitcodes dev: clean up and used iota for exit codes (#2366) 2021-11-18 19:52:21 +01:00
fsutils chore: spelling and grammar fixes (#2865) 2022-05-20 02:59:31 +02:00
golinters feat: remove some go1.18 limitations (#3001) 2022-07-21 16:52:06 +02:00
goutil Speed up packages loading (#693) 2019-09-14 18:48:18 +03:00
lint feat: remove some go1.18 limitations (#3001) 2022-07-21 16:52:06 +02:00
logutils feat(log): enable override coloring based on CLICOLOR and CLICOLOR_FORCE (#2657) 2022-04-05 18:37:08 +02:00
packages fix: reduce flaky in the CI and clean the .golangci.yml of the project (#2359) 2021-11-14 16:03:40 +01:00
printers dev: add printers unit tests. (#2461) 2022-01-10 09:13:47 +01:00
report Reduce memory usage of go/analysis 2019-09-23 09:52:54 +03:00
result bump golang.org/x/tools to HEAD (#2875) 2022-05-23 12:39:57 +02:00
sliceutil Move sliceContains to new package pkg/sliceutil (#1333) 2020-08-24 06:56:54 -05:00
timeutils fix: reduce flaky in the CI and clean the .golangci.yml of the project (#2359) 2021-11-14 16:03:40 +01:00