233 Commits

Author SHA1 Message Date
Oleksandr Redko
521a6763ce
dev: replace raw loops with funcs from slices and maps (#4299)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-01-04 22:43:50 +01:00
Joshua Timmons
d23c35470b
feat: add spancheck linter (#4290)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-01-03 04:24:30 +01:00
Oleksandr Redko
85fb5a2493
dev: enable errorlint linter (#4292) 2024-01-02 15:33:00 +01:00
Oleksandr Redko
d22232ad21
dev: replace hashicorp/go-multierror with errors.Join (#4291)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-12-29 15:45:29 +01:00
Matheus Macabu
32e5b2bf11
build(deps): github.com/macabu/inamedparam from 0.1.2 to 0.1.3 (#4261) 2023-12-17 16:51:50 +01:00
Ludovic Fernandez
89bfdc0503
build(deps): bump go-simpler.org/musttag from v0.7.2 to v0.8.0 (#4201) 2023-11-13 17:01:50 +01:00
Vladislav Fursov
97cb9054a2
build(deps): bump github.com/ghostiam/protogetter from 0.2.3 to 0.3.1 (#4167) 2023-11-05 13:10:43 +01:00
dependabot[bot]
2b7c777bb2
build(deps): bump github.com/catenacyber/perfsprint from 0.2.0 to 0.3.0 (#4157)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-11-05 13:09:24 +01:00
Catena cyber
de1c391922
Add perfsprint linter (#3714)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/alpine.Dockerfile]) (push) Has been cancelled
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
Co-authored-by: Anton Telyshev <anton.telishev@yandex.ru>
2023-10-20 12:00:04 +02:00
Thomas
39c5fd10ae
feat: add sloglint linter (#4133) 2023-10-19 12:42:40 +02:00
Matheus Macabu
4b188dbfd1
Add "inamedparam": checks for interface method with unnamed params (#3793)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-10-13 00:12:16 +02:00
Fata Nugraha
bce3dfd460
unused: support passing in options (#4086)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-10-09 17:45:29 +02:00
Alec Thomas
69d6cc93cb
feat: add gochecksumtype linter (#3671)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-10-09 17:37:47 +02:00
Vladislav Fursov
8c178d388c
add protogetter linter (#4069) 2023-10-09 17:30:50 +02:00
Anton Telyshev
2d5d29f505
Add testifylint linter (#4103) 2023-10-09 17:06:32 +02:00
Ludovic Fernandez
a9378d9bb8
plugin: temporarily hide warning about using plugins using the old API (#4002)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/alpine.Dockerfile]) (push) Has been cancelled
Co-authored-by: Simon Sawert <simon@sawert.se>
2023-08-11 12:14:36 +02:00
Ludovic Fernandez
c1d8c565fa
fix: trim Go version (#3995)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/alpine.Dockerfile]) (push) Has been cancelled
2023-08-09 13:43:07 +02:00
Ludovic Fernandez
79c78d6f6f
feat: explain typecheck and remove it from the linter list (#3929) 2023-06-29 22:40:59 +02:00
Ludovic Fernandez
6c7aba67ec
fix: include custom linters in enable-all (#3911) 2023-06-16 10:00:09 +02:00
Ludovic Fernandez
25c2b072af
plugin: allow to use settings for plugins (#3887) 2023-06-15 14:38:58 +02:00
Ludovic Fernandez
12e220b15d
dev: simplify GetAllSupportedLinterConfigs method (#3901) 2023-06-13 23:44:28 +02:00
Oleg Butuzov
9f2528a30c
mirror: linter that suggest using alternative string/[]byte functions (#3825)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/alpine.Dockerfile]) (push) Has been cancelled
2023-06-01 14:16:39 +02:00
Oleksandr Redko
0520232e01
dev: simplify issues and enabled set tests (#3832) 2023-05-31 22:34:18 +02:00
Patrick Ohly
afd0ba5278
forbidigo: better support for configuring complex rules (#3612) 2023-05-31 22:33:20 +02:00
dependabot[bot]
bc616e8b65
build(deps): bump github.com/go-critic/go-critic from 0.7.0 to 0.8.0 (#3810)
Co-authored-by: Oleksandr Redko <Oleksandr_Redko@epam.com>
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-04-30 15:36:15 +02:00
Ludovic Fernandez
cec16b68ab
usestdlibvars: fix configuration (#3797) 2023-04-23 17:56:27 +02:00
Tom
745ecb9efe
build(deps): bump go.tmz.dev/musttag from 0.5.0 to 0.6.0 (#3791) 2023-04-21 21:29:15 +02:00
Yusuke Kadowaki
8674597b84
add linter zerologlint (#3726)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-04-16 18:17:49 +02:00
Ludovic Fernandez
00d17cc8d1
output: add colored-tab (#3729) 2023-04-04 01:57:22 +02:00
Ludovic Fernandez
ca0052c7d6
tests: remove go version restrictions (#3730) 2023-03-27 01:37:47 +02:00
Yifei Liu
134f2e0491
add tagalign linter (#3709) 2023-03-26 16:35:06 +02:00
dependabot[bot]
02f068921b
build(deps): bump github.com/sivchari/containedctx from 1.0.2 to 1.0.3 (#3732)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-03-26 16:32:36 +02:00
WÁNG Xuěruì
553d7df585
feat: add the gosmopolitan linter (#3458) 2023-03-25 23:35:39 +01:00
Anton Telyshev
a12be2d59a
docs: remove unused from config.LintersSettings (#3704)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/alpine.Dockerfile]) (push) Has been cancelled
2023-03-18 11:04:34 +01:00
Ludovic Fernandez
00c3aa47e4
rowserrcheck: remove limitation related to generics support (#3691) 2023-03-14 23:01:01 +01:00
Anton Telyshev
ff50ae4f99
wastedassign: remove limitation related to generics support (#3689) 2023-03-13 20:35:21 +01:00
dependabot[bot]
3a1f50d18c
build(deps): bump github.com/ashanbrown/forbidigo from 1.4.0 to 1.5.1 (#3639)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-27 22:51:58 +01:00
Oleksandr Redko
a221d01b41
docs: Replace links to godoc.org with pkg.go.dev (#3584)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-11 15:02:32 +01:00
dependabot[bot]
b0b0e4cc6d
build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.3.0 to 0.4.0 (#3545)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-02 15:59:45 +01:00
Ludovic Fernandez
3a6f8408b7
go1.20 support (#3414) 2023-02-02 09:08:09 +01:00
dependabot[bot]
5631503ea3
build(deps): bump 4d63.com/gochecknoglobals from 0.1.0 to 0.2.1 (#3496)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-01-24 08:27:42 +00:00
Leigh McCulloch
d5d671f0bf
feat: add gocheckcompilerdirectives (#3463) 2023-01-21 12:54:17 +00:00
Tom
3cc6373117
feat: add musttag linter (#3386)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-01-21 12:36:35 +00:00
Nahshon Unna Tsameret
26dde52d69
Add the ginkgolinter linter (#3369) 2022-12-26 22:03:07 +01:00
Ludovic Fernandez
67d57f4ed8
feat: remove deprecated linters from presets (#3405) 2022-12-08 01:14:32 +01:00
Choko
937e3d407b
build(deps): bump github.com/curioswitch/go-reassign v0.1.2 to v0.2.0 (#3234) 2022-09-25 10:58:16 +02:00
Abirdcfly
febe5fdb33
feat: add linter dupword (#3192) 2022-09-15 19:08:52 +02:00
kkHAIKE
213fb565e6
contextcheck: change owner (#3198) 2022-09-07 18:15:31 +02:00
Marat Reymers
281e1847f1
feat: add testableexamples linter (#3170) 2022-09-06 23:24:12 +02:00
Timon Wong
3a2ad9083a
feat: rename logrlint to loggercheck (#3144) 2022-09-06 23:23:32 +02:00