734 Commits

Author SHA1 Message Date
Ludovic Fernandez
2dede6aa2e
importas: fix typo in logs (#3762) 2023-04-04 11:09:08 +02:00
Ludovic Fernandez
51f8a6141c
importas: detect duplicate alias or package in the configuration (#3753) 2023-04-04 09:16:10 +02:00
Ludovic Fernandez
00d17cc8d1
output: add colored-tab (#3729) 2023-04-04 01:57:22 +02:00
Ludovic Fernandez
ca05239caf
feat: remove warning when the config file is explicitly stdin (#3740) 2023-03-29 08:51:14 +02:00
Oleksandr Redko
1e700732e7
dev: gofmt -w -r 'interface{} -> any' pkg scripts (#3742) 2023-03-28 16:22:55 +02:00
Ludovic Fernandez
ca0052c7d6
tests: remove go version restrictions (#3730) 2023-03-27 01:37:47 +02:00
Nahshon Unna Tsameret
fb7d328aec
ginkgolinter: add suppress-async-assertion option (#3735) 2023-03-26 17:55:13 +02:00
Yifei Liu
134f2e0491
add tagalign linter (#3709) 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 (#3732)
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 (#3458) 2023-03-25 23:35:39 +01:00
Patrick Ohly
d92b38cc3e
fix: combination of --fix and --path-prefix (#3700)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/alpine.Dockerfile]) (push) Has been cancelled
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-03-20 21:44:36 +01:00
Ludovic Fernandez
076f6b911d
fix: improve panic management (#3710) 2023-03-19 23:02:16 +01:00
Anton Telyshev
a12be2d59a
docs: remove unused from config.LintersSettings (#3704)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/alpine.Dockerfile]) (push) Has been cancelled
2023-03-18 11:04:34 +01:00
Patrick Ohly
b40a5443b3
fix: consider path prefix when matching path patterns (#3571) 2023-03-17 23:29:55 +01:00
Oleg Kovalov
e27b129e74
build(deps): bump github.com/go-critic/go-critic from 0.6.7 to 0.7.0 (#3701) 2023-03-17 17:33:56 +01:00
dependabot[bot]
77d398e612
build(deps): bump github.com/mgechev/revive from 1.2.5 to 1.3.0 (#3698)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-03-15 02:28:25 +01:00
Ludovic Fernandez
00c3aa47e4
rowserrcheck: remove limitation related to generics support (#3691) 2023-03-14 23:01:01 +01:00
Anton Telyshev
ff50ae4f99
wastedassign: remove limitation related to generics support (#3689) 2023-03-13 20:35:21 +01:00
Oleksandr Redko
09f9e77779
doc: enhance errcheck description (#3688) 2023-03-13 16:16:50 +01:00
Oleksandr Redko
ad334b0650
doc: replace golang with Go in descriptions for gci, thelper, goerr113 (#3651) 2023-03-03 13:46:16 +01:00
Nahshon Unna Tsameret
49ce80ae82
build(deps): bump github.com/nunnatsa/ginkgolinter from 0.8.1 to 0.9.0 (#3643) 2023-03-02 10:05:30 +01:00
Ludovic Fernandez
e5b30649e6
dev: add Go version to version information (#3625) 2023-03-02 00:34:22 +01:00
dependabot[bot]
3a1f50d18c
build(deps): bump github.com/ashanbrown/forbidigo from 1.4.0 to 1.5.1 (#3639)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-27 22:51:58 +01:00
ferhat elmas
075691c4e9
feat: add TeamCity output format (#3606)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
2023-02-27 21:22:57 +01:00
dependabot[bot]
f0dbc757c8
build(deps): bump github.com/polyfloyd/go-errorlint from 1.1.0 to 1.2.0 (#3636)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-26 14:59:25 +01:00
Oleksandr Redko
f4fec8c6d0
dev: bytes.NewBuffer/bytes.NewBufferString to shorten initialization (#3632) 2023-02-24 16:40:18 +01:00
black-06
610a2bd199
lll: skip go command (#3572)
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2023-02-22 02:13:49 +01:00
Oleksandr Redko
b673c5c1af
dev: replace pkg/errors with native error wrapping (#3604)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-22 01:35:43 +01:00
dependabot[bot]
a775985f5d
build(deps): bump github.com/go-critic/go-critic from 0.6.5 to 0.6.6 (#3616)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-19 15:27:57 +01:00
Mitsuo Heijo
fe53ca0cd4
fix: cache status size calculation (#3611) 2023-02-18 02:41:29 +01:00
Mitsuo Heijo
a0893e3268
govet: enable timeformat by default (#3602)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-17 15:12:44 +01:00
Oleksandr Redko
e8524ac199
dev: do not print extra whitespace in deprecated lint log (#3596) 2023-02-16 10:55:04 +01:00
dependabot[bot]
589ab848cc
build(deps): bump github.com/ashanbrown/forbidigo from 1.3.0 to 1.4.0 (#3590)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-14 14:21:03 +01:00
Oleksandr Redko
a221d01b41
docs: Replace links to godoc.org with pkg.go.dev (#3584)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-11 15:02:32 +01:00
Ludovic Fernandez
7beb2fb734
staticcheck: bump to v0.4.0 (#3551) 2023-02-03 15:41:37 +01:00
dependabot[bot]
b0b0e4cc6d
build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.3.0 to 0.4.0 (#3545)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-02 15:59:45 +01:00
Ludovic Fernandez
3a6f8408b7
go1.20 support (#3414) 2023-02-02 09:08:09 +01:00
dependabot[bot]
a9acb8db53
build(deps): bump github.com/ryancurrah/gomodguard from 1.2.4 to 1.3.0 (#3518)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-01-29 17:53:40 +01:00
dependabot[bot]
5631503ea3
build(deps): bump 4d63.com/gochecknoglobals from 0.1.0 to 0.2.1 (#3496)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-01-24 08:27:42 +00:00
Oleksandr Redko
d19398964c
chore: Do not use methods on pointer and value receivers (#3321) 2023-01-21 13:20:05 +00:00
Leigh McCulloch
d5d671f0bf
feat: add gocheckcompilerdirectives (#3463) 2023-01-21 12:54:17 +00:00
Tom
3cc6373117
feat: add musttag linter (#3386)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-01-21 12:36:35 +00:00
dependabot[bot]
f29069723b
build(deps): bump github.com/ldez/tagliatelle from 0.3.1 to 0.4.0 (#3483)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-01-15 12:35:04 +00:00
Ludovic Fernandez
cca68dcffe
doc: improve documentation about debugging. (#3434) 2022-12-27 10:48:48 +01:00
Mitsuo Heijo
74b768aa93
Add timeformat to govet analysers (#3353) 2022-12-26 22:04:06 +01:00
Nahshon Unna Tsameret
26dde52d69
Add the ginkgolinter linter (#3369) 2022-12-26 22:03:07 +01:00
Sebastien Rosset
d0b2463fd7
doc: improve documentation for goimport local-prefixes (#3349) 2022-12-13 11:20:39 +01:00
Carlos Henrique Guardão Gandarez
0cc3585947
wsl: fix force-err-cuddling flag (#3407) 2022-12-12 17:52:37 +00:00
Ludovic Fernandez
67d57f4ed8
feat: remove deprecated linters from presets (#3405) 2022-12-08 01:14:32 +01:00
dependabot[bot]
7fb302126a
build(deps): bump github.com/nishanths/exhaustive from 0.8.3 to 0.9.2 (#3381)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-11-27 16:54:20 +01:00