370 Commits

Author SHA1 Message Date
Anton Telyshev
e2087c7483
build(deps): bump github.com/Antonboom/testifylint from 1.3.1 to 1.4.1 (#4798) 2024-06-09 20:39:16 +02:00
ccoVeille
dea416b534
docs: fix typos (#4763) 2024-05-28 01:47:17 +02:00
Ludovic Fernandez
2059b18a39
build(deps): bump github.com/securego/gosec/v2 from 2.20.0 to 5f0084eb01a9 (#4748)
Some checks failed
Release a tag / release (push) Has been cancelled
2024-05-25 13:38:08 +02:00
Ludovic Fernandez
b99d5295f8
feat: allow the analysis of generated files (#4740) 2024-05-23 16:17:37 +02:00
Ludovic Fernandez
4beae6a91f
fix: remove errcheck defaults (#4734) 2024-05-20 15:55:11 +02:00
Ludovic Fernandez
867adaf996
feat: deprecate github-actions format (#4726) 2024-05-19 20:38:38 +02:00
Sean Lewis
4f5251d3c8
Support Sarif output (#4723)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-05-19 20:38:24 +02:00
Anton Telyshev
73110df2ce
build(deps): bump github.com/Antonboom/testifylint from 1.2.0 to 1.3.0 (#4729) 2024-05-19 20:37:03 +02:00
dependabot[bot]
be1bb6dbf7
build(deps): bump go-simpler.org/sloglint from 0.6.0 to 0.7.0 (#4718)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-05-19 20:36:20 +02:00
Oleksandr Redko
565c81fa8f
dev: deprecate errcheck.ignore option (#4709) 2024-05-08 23:01:54 +02:00
dependabot[bot]
24bcca2ebd
build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.8 to 1.5.1 (#4690)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-05-02 22:43:02 +02:00
Ludovic Fernandez
dfde3797d5
dev: clean deprecated options (#4673) 2024-04-27 14:29:42 +02:00
dependabot[bot]
1611bca2ff
build(deps): bump github.com/jjti/go-spancheck from 0.5.3 to 0.6.0 (#4670)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-04-22 20:47:55 +02:00
Tom
7ea621b83a
build(deps): bump go-simpler.org/sloglint from 0.5.1 to 0.6.0 (#4645) 2024-04-20 19:48:01 +02:00
Ludovic Fernandez
9522292271
dev: clean DefaultExcludePatterns and improve CLI render (#4638) 2024-04-14 14:34:11 +02:00
dependabot[bot]
3f63db133e
build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.0.10 to 1.1.0 (#4632)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-04-10 03:00:31 +02:00
Ludovic Fernandez
3785a3b951
dev: option to not check deprecation (#4591) 2024-04-01 19:05:44 +02:00
Ludovic Fernandez
288c847019
feat: replace gomnd by mnd (#4572) 2024-03-28 21:23:44 +01:00
Ludovic Fernandez
c5f13bac2a
dev: clean code arround CLI args usage (#4557) 2024-03-28 20:48:43 +01:00
Ludovic Fernandez
3cff868790
fix: missing output format (#4574) 2024-03-25 15:20:53 +01:00
Ludovic Fernandez
66ec75e75f
fix: display warnings on deprecated linter options (#4568) 2024-03-24 17:09:42 +01:00
Ludovic Fernandez
3dbe882839
govet: add a warning about the deprecation of check-shadowing (#4535) 2024-03-19 14:27:02 +01:00
Fernandez Ludovic
2bcc0104ea Revert "fix: deprecation message related to UseDefaultSkipDirs (#4533)"
This reverts commit bd477011f3eea57befa5237cfe586c63ffc052c6.
2024-03-18 23:20:06 +01:00
Ludovic Fernandez
bd477011f3
fix: deprecation message related to UseDefaultSkipDirs (#4533) 2024-03-18 22:21:43 +01:00
dependabot[bot]
f83707049f
build(deps): bump github.com/nunnatsa/ginkgolinter from 0.15.2 to 0.16.0 (#4530)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-03-18 17:29:43 +01:00
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