239 Commits

Author SHA1 Message Date
dependabot[bot]
f4e33e0bf1
build(deps): bump github.com/kunwardeep/paralleltest from 1.0.9 to 1.0.10 ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-16 01:05:35 +01:00
Ryosei Karaki
2417da15e7
feat: add copyloopvar linter () 2024-02-16 00:03:35 +01:00
Clifton Kaznocha
b96ff83e0e
feat: add intrange linter () 2024-02-16 00:03:11 +01:00
Ludovic Fernandez
bf5008a11a
dev: handle old TODO () 2024-02-10 14:43:58 +01:00
Oleksandr Redko
cc3e67b3bd
dev: fix govet.nilness lint issues ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-10 02:23:29 +01:00
Ludovic Fernandez
ad4a6b2c03
fix: parse Go RC version () 2024-01-14 20:22:57 +00:00
Oleksandr Redko
521a6763ce
dev: replace raw loops with funcs from slices and maps ()
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 ()
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 () 2024-01-02 15:33:00 +01:00
Oleksandr Redko
d22232ad21
dev: replace hashicorp/go-multierror with errors.Join ()
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 () 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 () 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 () 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 ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-11-05 13:09:24 +01:00
Catena cyber
de1c391922
Add perfsprint linter ()
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 () 2023-10-19 12:42:40 +02:00
Matheus Macabu
4b188dbfd1
Add "inamedparam": checks for interface method with unnamed params ()
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 ()
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 ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-10-09 17:37:47 +02:00
Vladislav Fursov
8c178d388c
add protogetter linter () 2023-10-09 17:30:50 +02:00
Anton Telyshev
2d5d29f505
Add testifylint linter () 2023-10-09 17:06:32 +02:00
Ludovic Fernandez
a9378d9bb8
plugin: temporarily hide warning about using plugins using the old API ()
Co-authored-by: Simon Sawert <simon@sawert.se>
2023-08-11 12:14:36 +02:00
Ludovic Fernandez
c1d8c565fa
fix: trim Go version () 2023-08-09 13:43:07 +02:00
Ludovic Fernandez
79c78d6f6f
feat: explain typecheck and remove it from the linter list () 2023-06-29 22:40:59 +02:00
Ludovic Fernandez
6c7aba67ec
fix: include custom linters in enable-all () 2023-06-16 10:00:09 +02:00
Ludovic Fernandez
25c2b072af
plugin: allow to use settings for plugins () 2023-06-15 14:38:58 +02:00
Ludovic Fernandez
12e220b15d
dev: simplify GetAllSupportedLinterConfigs method () 2023-06-13 23:44:28 +02:00
Oleg Butuzov
9f2528a30c
mirror: linter that suggest using alternative string/[]byte functions () 2023-06-01 14:16:39 +02:00
Oleksandr Redko
0520232e01
dev: simplify issues and enabled set tests () 2023-05-31 22:34:18 +02:00
Patrick Ohly
afd0ba5278
forbidigo: better support for configuring complex rules () 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 ()
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 () 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 () 2023-04-21 21:29:15 +02:00
Yusuke Kadowaki
8674597b84
add linter zerologlint ()
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 () 2023-04-04 01:57:22 +02:00
Ludovic Fernandez
ca0052c7d6
tests: remove go version restrictions () 2023-03-27 01:37:47 +02:00
Yifei Liu
134f2e0491
add tagalign linter () 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 ()
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 () 2023-03-25 23:35:39 +01:00
Anton Telyshev
a12be2d59a
docs: remove unused from config.LintersSettings () 2023-03-18 11:04:34 +01:00
Ludovic Fernandez
00c3aa47e4
rowserrcheck: remove limitation related to generics support () 2023-03-14 23:01:01 +01:00
Anton Telyshev
ff50ae4f99
wastedassign: remove limitation related to generics support () 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 ()
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 ()
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 ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-02 15:59:45 +01:00
Ludovic Fernandez
3a6f8408b7
go1.20 support () 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 ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-01-24 08:27:42 +00:00
Leigh McCulloch
d5d671f0bf
feat: add gocheckcompilerdirectives () 2023-01-21 12:54:17 +00:00
Tom
3cc6373117
feat: add musttag linter ()
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 () 2022-12-26 22:03:07 +01:00