540 Commits

Author SHA1 Message Date
Ludovic Fernandez
7e2840b92e
fix: store and read severity from linters in the cache (#4468) 2024-03-09 15:28:42 +01:00
Ludovic Fernandez
1cabafc3b6
feat: use gosec severities (#4470) 2024-03-09 14:05:16 +01:00
Ludovic Fernandez
d06296eba4
build(deps): bump github.com/golangci/unconvert to HEAD (#4473) 2024-03-09 13:58:37 +01:00
Oleksandr Redko
4fea092fa2
dev: add GL_DEBUG=govet to see enabled analyzers (#4465) 2024-03-07 15:23:42 +01:00
Oleksandr Redko
808c06d0cc
dev: rename function parameter i to issue (#4460) 2024-03-05 18:02:58 +01:00
Ludovic Fernandez
a0878087fa
feat: inactivate deprecated linters (#4436) 2024-03-03 20:40:52 +01:00
Anton Telyshev
61f2f70d07
build(deps): bump github.com/Antonboom/testifylint from 1.1.3 to 1.2.0 (#4449) 2024-03-03 16:54:23 +01:00
Ryosei Karaki
df70758a05
build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.0.4 to 1.0.8 (#4444) 2024-03-03 14:51:16 +01:00
Ludovic Fernandez
b14d05cdb4
dev: rewrite linters Manager (#4419) 2024-03-02 21:43:28 +01:00
Ethan Reesor
17e736fa2f
build(deps): bump github.com/denis-tingaikin/go-headerfrom 0.4.3 to 0.5.0 (#4396)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-25 17:55:19 +01:00
Ludovic Fernandez
8c51979ec8
dev: clean up Executor (#4404) 2024-02-23 20:38:42 +01:00
Ludovic Fernandez
e6720b809f
misspell: add extra-words (#4401) 2024-02-20 12:59:49 +01:00
Ludovic Fernandez
64492b5e59
feat: disable copyloopvar and intrange on Go < 1.22 (#4397) 2024-02-19 13:58:58 +00:00
Anton Telyshev
c65868c105
gocritic: support of enable-all and disable-all options (#4335)
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2024-02-19 14:50:25 +01:00
dependabot[bot]
f4e33e0bf1
build(deps): bump github.com/kunwardeep/paralleltest from 1.0.9 to 1.0.10 (#4394)
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 (#4382) 2024-02-16 00:03:35 +01:00
Clifton Kaznocha
b96ff83e0e
feat: add intrange linter (#4378) 2024-02-16 00:03:11 +01:00
silverwind
cc782046de
docs: improve govet description (#4366)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-15 21:51:40 +01:00
dependabot[bot]
e5d2bc9529
build(deps): bump github.com/catenacyber/perfsprint from 0.6.0 to 0.7.0 (#4386)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-15 20:01:52 +01:00
Ludovic Fernandez
d7a461a045
revive: add exclude option (#4365) 2024-02-15 19:52:39 +01:00
Ludovic Fernandez
bf5008a11a
dev: handle old TODO (#4374) 2024-02-10 14:43:58 +01:00
Oleksandr Redko
7cf6cc9d9f
dev: refactor govet impl with slices.Contains (#4372)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-09 20:34:50 +01:00
Ludovic Fernandez
b525f2b88d
govet: disable loopclosure with go1.22 (#4357) 2024-02-08 13:42:10 +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
dependabot[bot]
6e09a2051a
build(deps): bump github.com/butuzov/ireturn from 0.2.2 to 0.3.0 (#4352)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-07 12:09:39 +01:00
dependabot[bot]
4ea9468cd6
build(deps): bump github.com/catenacyber/perfsprint from 0.5.0 to 0.6.0 (#4346)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-02 23:05:44 +01:00
dependabot[bot]
3ff416302f
build(deps): bump github.com/ghostiam/protogetter from 0.3.3 to 0.3.4 (#4327)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-01-20 16:43:01 +01:00
dependabot[bot]
8301163c3c
build(deps): bump github.com/mgechev/revive from 1.3.4 to 1.3.5 (#4305)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-01-07 19:30:08 +01: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
Olli Raula
0fdf33aaaa
docs: fix noctx description (#4297)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-01-02 16:12:47 +01:00
dependabot[bot]
87d55d9c08
build(deps): bump github.com/go-critic/go-critic from 0.10.0 to 0.11.0 (#4295)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-01-02 16:12:26 +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
Ludovic Fernandez
d99c02cde0
misspell: add mode option (#4275) 2023-12-22 16:09:23 +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
dependabot[bot]
27e99b5dbc
build(deps): bump go-simpler.org/sloglint from 0.3.0 to 0.4.0 (#4257)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-12-17 13:14:22 +01:00
dependabot[bot]
790c1632ce
build(deps): bump github.com/go-critic/go-critic from 0.9.0 to 0.10.0 (#4249)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-12-10 16:05:24 +01:00
Oleksandr Redko
185b2c77bc
dev: use zerologlint analyzer fields for name and doc (#4225) 2023-11-29 18:26:42 +01:00
Oleksandr Redko
e32f2f3f8d
build(deps): bump github.com/bombsimon/wsl/v4 from 3.4.0 to 4.2.0 (#4215)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
Co-authored-by: Simon Sawert <simon@sawert.se>
2023-11-29 18:26:19 +01:00
Matthew Dowdell
f269abec96
sloglint: add static-msg option (#4213) 2023-11-29 18:03:30 +01:00
Oleksandr Redko
ce020c6be1
dev: use analyzer fields for name, doc instead of hardcoded strings (#4214)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-11-20 20:53:18 +01:00
dependabot[bot]
affa7d119c
build(deps): bump github.com/OpenPeeDeeP/depguard/v2 from 2.1.0 to 2.2.0 (#4207)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-11-17 10:49:40 +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
dependabot[bot]
53e2c534e2
build(deps): bump github.com/jgautheron/goconst from 1.6.0 to 1.7.0 (#4200)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-11-13 16:05:53 +01:00
dependabot[bot]
be5c2e930d
build(deps): bump github.com/catenacyber/perfsprint from 0.3.0 to 0.3.1 (#4199)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-11-13 16:05:13 +01:00
dependabot[bot]
b3146552ac
build(deps): bump github.com/nishanths/exhaustive from 0.11.0 to 0.12.0 (#4195)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-11-12 13:23:46 +01:00
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