315 Commits

Author SHA1 Message Date
Ludovic Fernandez
bf5008a11a
dev: handle old TODO (#4374) 2024-02-10 14:43:58 +01:00
Oleksandr Redko
cc3e67b3bd
dev: fix govet.nilness lint issues (#4373)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-10 02:23:29 +01:00
dependabot[bot]
ca7b7a42d2
build(deps): bump github.com/mgechev/revive from 1.3.6 to 1.3.7 (#4355)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-07 21:30:45 +01:00
Ludovic Fernandez
192ee8929c
go1.22 support (#4272) 2024-02-07 15:23:01 +01:00
Ludovic Fernandez
ad4a6b2c03
fix: parse Go RC version (#4319) 2024-01-14 20:22:57 +00:00
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
e0a8bd8543
go1.21 support (#3922) 2023-08-09 12:09:20 +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
Patrick Ohly
8fde4632fa
rules: support inverted path match (#3617) 2023-05-31 17:25:59 +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
Oleksandr Redko
1e700732e7
dev: gofmt -w -r 'interface{} -> any' pkg scripts (#3742) 2023-03-28 16:22:55 +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
Patrick Ohly
d92b38cc3e
fix: combination of --fix and --path-prefix (#3700)
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>
2023-03-20 21:44:36 +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
Patrick Ohly
b40a5443b3
fix: consider path prefix when matching path patterns (#3571) 2023-03-17 23:29:55 +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
b673c5c1af
dev: replace pkg/errors with native error wrapping (#3604)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-22 01:35:43 +01:00
Oleksandr Redko
e8524ac199
dev: do not print extra whitespace in deprecated lint log (#3596) 2023-02-16 10:55:04 +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