Ludovic Fernandez
|
e3ed3ba1d6
|
feat: new output.formats file configuration syntax (#4521)
|
2024-03-18 13:27:04 +01:00 |
|
Ludovic Fernandez
|
b91c194126
|
dev: run all commands on the CI (#4526)
|
2024-03-18 13:26:46 +01:00 |
|
Ludovic Fernandez
|
a5e2fd817e
|
dev: remove Run.Args (#4525)
|
2024-03-18 00:36:05 +01:00 |
|
Ludovic Fernandez
|
7ad5ccb65b
|
dev: split ContextLoader (#4516)
|
2024-03-17 22:52:28 +01:00 |
|
dependabot[bot]
|
2c0a8ee50e
|
build(deps): bump go-simpler.org/sloglint from 0.4.0 to 0.5.0 (#4523)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
|
2024-03-17 15:51:05 +01:00 |
|
Ludovic Fernandez
|
4b7a55a79d
|
feat: replace run.skip-xxx options by issues.exclude-xxx options (#4509)
|
2024-03-16 17:07:42 +01:00 |
|
Ludovic Fernandez
|
39617e4db3
|
feat: rename exclude-autogenerated-strict to exclude-generated-strict (#4514)
|
2024-03-15 17:42:34 +01:00 |
|
Ludovic Fernandez
|
b05e397ac9
|
feat: option to strictly follow Go autogenerated file convention (#4507)
|
2024-03-15 01:17:23 +01:00 |
|
Ludovic Fernandez
|
78d2118c0b
|
dev: clean up (#4495)
|
2024-03-13 15:49:29 +01:00 |
|
Ludovic Fernandez
|
ec52d3c881
|
feat: syntax to not override severity from linters (#4472)
|
2024-03-11 18:31:00 +01:00 |
|
Ludovic Fernandez
|
167204c1fd
|
feat: new custom linters system (#4437)
|
2024-03-11 17:40:26 +01:00 |
|
Ludovic Fernandez
|
797d3bb0c4
|
fix: rule severity is required (#4469)
|
2024-03-09 15:29:15 +01:00 |
|
Ludovic Fernandez
|
d06296eba4
|
build(deps): bump github.com/golangci/unconvert to HEAD (#4473)
|
2024-03-09 13:58:37 +01:00 |
|
Ludovic Fernandez
|
0683d45142
|
feat: add sort-order option (#4467)
|
2024-03-08 22:06:20 +01:00 |
|
Ludovic Fernandez
|
803970f0ed
|
feat: allow running only a specific linter without modifying the file configuration (#4438)
|
2024-03-06 20:43:12 +01:00 |
|
Ludovic Fernandez
|
3d9135248b
|
feat: option to not override severity from linters (#4452)
|
2024-03-04 20:11:09 +01:00 |
|
Ludovic Fernandez
|
8f2459bf0e
|
fix: move show-stats field from run to output (#4439)
|
2024-03-04 14:15:41 +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 |
|
Ludovic Fernandez
|
3452e2e517
|
dev: add test on ExcludeRule and SeverityRule (#4420)
|
2024-02-27 14:57:08 +01:00 |
|
Ludovic Fernandez
|
784264d72e
|
dev: new commands system (#4412)
|
2024-02-27 00:03:48 +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 |
|
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
|
192ee8929c
|
go1.22 support (#4272)
|
2024-02-07 15:23:01 +01:00 |
|
Mostafa Moradian
|
b3ffe708b4
|
feat: implement stats per linter with a flag (#4341)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
|
2024-02-02 19:32:46 +00:00 |
|
Ludovic Fernandez
|
e4c6e1fb6d
|
dev: replace mitchellh/mapstructure by go-viper/mapstructure/v2 (#4339)
|
2024-01-30 22:17:00 +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 |
|
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 |
|
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 |
|
Matthew Dowdell
|
f269abec96
|
sloglint: add static-msg option (#4213)
|
2023-11-29 18:03:30 +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 |
|
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 |
|
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 |
|
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 |
|
Thomas
|
39c5fd10ae
|
feat: add sloglint linter (#4133)
|
2023-10-19 12:42:40 +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 |
|