224 Commits

Author SHA1 Message Date
Ludovic Fernandez
87dd8fe755
exportloopref: deprecation () 2024-08-17 13:41:10 +02:00
dependabot[bot]
9eeb891cbc
build(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-08-11 16:31:39 +02:00
Ludovic Fernandez
b9a67e6883
dev: display version in verbose mode () 2024-05-29 22:49:55 +02:00
ccoVeille
dea416b534
docs: fix typos () 2024-05-28 01:47:17 +02:00
Ludovic Fernandez
6456cbda82
dev: fix double call to startTracing () 2024-05-27 13:20:41 +02:00
Ludovic Fernandez
b99d5295f8
feat: allow the analysis of generated files () 2024-05-23 16:17:37 +02:00
golangci-releaser
620a72cfa3
docs: update documentation assets ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-05-03 21:38:54 +02:00
Ludovic Fernandez
003b048069
fix: use plugin version () 2024-04-18 01:33:24 +02:00
Oleksandr Redko
9ccb20d7ba
dev: replace fmt.Errorf by errors.New () 2024-04-16 16:47:20 +02:00
Fernandez Ludovic
7ad7949ca9 dev: close file 2024-04-16 13:19:31 +02:00
Ludovic Fernandez
ad70a8884b
dev: sorts deprecated linters at the end of lists () 2024-04-14 14:40:04 +02:00
Ludovic Fernandez
5f9277dbc9
dev: remove alternatives names from CLI help () 2024-04-14 14:38:02 +02:00
Ludovic Fernandez
9522292271
dev: clean DefaultExcludePatterns and improve CLI render () 2024-04-14 14:34:11 +02:00
aimuz
5cefda509d
dev: improve formatting and description in flagsets ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-04-12 01:11:31 +02:00
Ludovic Fernandez
ba1eb3556f
dev: group skip-dir related elements () 2024-04-11 17:00:25 +02:00
Oleksandr Redko
1ff07c1560
dev: set timeout for loading JSON schema () 2024-04-01 19:37:42 +02:00
Ludovic Fernandez
3785a3b951
dev: option to not check deprecation () 2024-04-01 19:05:44 +02:00
Oleksandr Redko
d31832751e
dev: clean up unused receivers with revive () 2024-03-30 00:42:10 +01:00
Ludovic Fernandez
dac4ba3f13
fix: remove help display on error with verify command () 2024-03-29 21:00:34 +01:00
Ludovic Fernandez
288c847019
feat: replace gomnd by mnd () 2024-03-28 21:23:44 +01:00
Ludovic Fernandez
c5f13bac2a
dev: clean code arround CLI args usage () 2024-03-28 20:48:43 +01:00
Ludovic Fernandez
77a8601aa3
fix: hide useless warning () 2024-03-28 19:39:06 +01:00
Ludovic Fernandez
87a35e63a9
dev: organize golinters package () 2024-03-26 20:55:39 +01:00
Ludovic Fernandez
1b6f0069d4
dev: silence help on some commands usage on error () 2024-03-19 21:49:18 +01:00
Ludovic Fernandez
eaafdf3623
feat: add verify command () 2024-03-19 21:35:21 +01:00
Oleksandr Redko
6709c974a4
dev: refactor .golangci.yml configuration and fix up nolintlint issues () 2024-03-19 16:38:59 +01:00
Ludovic Fernandez
e3ed3ba1d6
feat: new output.formats file configuration syntax () 2024-03-18 13:27:04 +01:00
Ludovic Fernandez
a5e2fd817e
dev: remove Run.Args () 2024-03-18 00:36:05 +01:00
Ludovic Fernandez
7ad5ccb65b
dev: split ContextLoader () 2024-03-17 22:52:28 +01:00
Ludovic Fernandez
4b7a55a79d
feat: replace run.skip-xxx options by issues.exclude-xxx options () 2024-03-16 17:07:42 +01:00
Oleksandr Redko
17329443f1
dev: display help message with green color () 2024-03-13 15:05:35 +01:00
Oleksandr Redko
2a1afc14cb
dev: use cmd.Context inside custom command () 2024-03-13 13:30:37 +01:00
Ludovic Fernandez
0554536620
dev: minor clean up () 2024-03-12 23:38:14 +01:00
Oleksandr Redko
331d29bee3
dev: fix a typo in the log about preserving temp () 2024-03-12 19:11:36 +01:00
Oleksandr Redko
59202b196d
docs: improve grammar in the custom linter article () 2024-03-12 14:35:46 +01:00
Ludovic Fernandez
167204c1fd
feat: new custom linters system () 2024-03-11 17:40:26 +01:00
Ludovic Fernandez
f0fdea006f
dev: the printer just needs Output configuration () 2024-03-11 16:37:19 +01:00
Ludovic Fernandez
05f27abc01
dev: clean up command contructors () 2024-03-11 16:20:07 +01:00
Ludovic Fernandez
6fda81008d
dev: clean context loader () 2024-03-11 16:19:53 +01:00
Ludovic Fernandez
c902b8e9d4
fix: panic when concurrency=0 () 2024-03-10 15:43:09 +01:00
Ludovic Fernandez
0683d45142
feat: add sort-order option () 2024-03-08 22:06:20 +01:00
Ludovic Fernandez
803970f0ed
feat: allow running only a specific linter without modifying the file configuration () 2024-03-06 20:43:12 +01:00
Ludovic Fernandez
8f2459bf0e
fix: move show-stats field from run to output () 2024-03-04 14:15:41 +01:00
Ludovic Fernandez
979a4aabe3
dev: isolate printer code () 2024-03-03 16:00:23 +00:00
Ludovic Fernandez
b1eed50751
feat: automatically adjust the maximum concurrency to the container CPU quota () 2024-03-03 16:58:55 +01:00
Ludovic Fernandez
b14d05cdb4
dev: rewrite linters Manager () 2024-03-02 21:43:28 +01:00
Ludovic Fernandez
784264d72e
dev: new commands system () 2024-02-27 00:03:48 +01:00
Ludovic Fernandez
8c51979ec8
dev: clean up Executor () 2024-02-23 20:38:42 +01:00
Ludovic Fernandez
64492b5e59
feat: disable copyloopvar and intrange on Go < 1.22 () 2024-02-19 13:58:58 +00:00
dependabot[bot]
ca7b7a42d2
build(deps): bump github.com/mgechev/revive from 1.3.6 to 1.3.7 ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-02-07 21:30:45 +01:00