283 Commits

Author SHA1 Message Date
Anton Telyshev
42001943c0
build(deps): bump github.com/Antonboom/testifylint from 0.2.3 to 1.0.1 (#4186) 2023-11-05 14:09:28 +01:00
Simon Sawert
78742aca92
whitespace: update after moving to the analysis package (#4003)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-11-05 13:17:19 +01:00
Thomas
f17fef34b2
build(deps): bump go-simpler.org/sloglint from 0.1.2 to 0.2.0 (#4166) 2023-11-05 13:09:59 +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
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
Oleksandr Redko
fe268f4ee9
docs: fix typos in testdata (#4116) 2023-10-06 16:14:23 +02:00
Abirdcfly
95edd30b41
build(deps): bump github.com/Abirdcfly/dupword from 0.0.12 to 0.0.13 (#4104)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-09-25 06:05:11 +02:00
dependabot[bot]
b673fb724b
build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.4.0 to 0.5.1 (#4071)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-09-07 17:05:30 +02:00
Yifei Liu
e555470c82
build(deps): bump github.com/4meepo/tagalign from 1.3.1 to 1.3.2 (#3980) 2023-07-28 13:47:45 +02:00
Nahshon Unna Tsameret
52793e78c2
build(deps): bump github.com/nunnatsa/ginkgolinter from 0.13.0 to 0.13.3 (#3972) 2023-07-25 12:33:58 +02:00
Nahshon Unna Tsameret
0b62feb8ca
dev: add tests for the new ginkgolinter's configuration (#3970) 2023-07-24 01:50:25 +02:00
Ludovic Fernandez
d58342f0f1
build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v3 from 2.3.0 to 3.1.0 (#3963) 2023-07-21 13:31:11 +02:00
Ludovic Fernandez
79c78d6f6f
feat: explain typecheck and remove it from the linter list (#3929) 2023-06-29 22:40:59 +02:00
dependabot[bot]
a303529ad3
build(deps): bump go.tmz.dev/musttag from 0.7.0 to 0.7.1 (#3924)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-06-23 17:09:02 +02:00
Ludovic Fernandez
cecd497d87
build(deps): bump github.com/golangci/misspell 0.4.0 to 0.4.1 (#3918) 2023-06-19 02:30:07 +02:00
Ksenia Rogova
28f056032c
gofmt: autofix missing newline at EOF (#3917) 2023-06-18 15:49:17 +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
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
Oleg Butuzov
66ac4b5570
ireturn: update tests & docs (#3800) 2023-04-25 13:57:32 +02:00
Ludovic Fernandez
fb746c4b04
depguard: migrate to v2 (#3795) 2023-04-23 17:56:47 +02:00
Ludovic Fernandez
cec16b68ab
usestdlibvars: fix configuration (#3797) 2023-04-23 17:56:27 +02:00
Rory Prendergast
842abcde73
gci: improve error message (#3777) 2023-04-21 22:22:54 +02:00
hbc
52edd01248
gosec: convert global settings as map with proper key type (#3779)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-04-21 22:20:59 +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
Mattias de Zalenski
8f8c68ab88
build(deps): bump github.com/alexkohler/nakedret to 2.0.1 (#3760) 2023-04-14 04:49:38 +02:00
Nahshon Unna Tsameret
fb7d328aec
ginkgolinter: add suppress-async-assertion option (#3735) 2023-03-26 17:55:13 +02:00
Yifei Liu
134f2e0491
add tagalign linter (#3709) 2023-03-26 16:35:06 +02:00
WÁNG Xuěruì
553d7df585
feat: add the gosmopolitan linter (#3458) 2023-03-25 23:35:39 +01:00
Anton Telyshev
ff50ae4f99
wastedassign: remove limitation related to generics support (#3689) 2023-03-13 20:35:21 +01:00
dependabot[bot]
ccf802550e
build(deps): bump github.com/polyfloyd/go-errorlint from 1.2.0 to 1.3.0 (#3675)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-03-12 13:13:56 +01:00
Nahshon Unna Tsameret
49ce80ae82
build(deps): bump github.com/nunnatsa/ginkgolinter from 0.8.1 to 0.9.0 (#3643) 2023-03-02 10:05:30 +01:00
Ludovic Fernandez
5b4f7c71e1
dev: remove github.com/pkg/errors inside tests (#3642) 2023-02-27 22:21:16 +01:00
Tom
ca5738e1fe
build(deps): bump github.com/junk1tm/musttag from 0.4.5 to 0.5.0 (#3624) 2023-02-23 15:45:03 +01:00
black-06
610a2bd199
lll: skip go command (#3572)
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2023-02-22 02:13:49 +01:00
Ludovic Fernandez
3a6f8408b7
go1.20 support (#3414) 2023-02-02 09:08:09 +01: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
dependabot[bot]
7fb302126a
build(deps): bump github.com/nishanths/exhaustive from 0.8.3 to 0.9.2 (#3381)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-11-27 16:54:20 +01:00
Ivan
8a1cf904f9
lll: skip imports (#3288) 2022-10-15 10:57:28 +02:00
Ludovic Fernandez
05c3af1ad5
paralleltest: add tests of the ignore-missing option (#3233) 2022-09-23 10:06:10 +02:00
Abirdcfly
febe5fdb33
feat: add linter dupword (#3192) 2022-09-15 19:08:52 +02:00
Ludovic Fernandez
8f00a10ad7
dev: improve tests on Windows (#3211) 2022-09-12 09:01:27 +02:00
Marat Reymers
281e1847f1
feat: add testableexamples linter (#3170) 2022-09-06 23:24:12 +02:00