30 Commits

Author SHA1 Message Date
Ludovic Fernandez
d286cb910c
docs: add a section about default exclusions (#3117) 2022-08-20 19:05:13 +02:00
Adam Bouqdib
57a7e0d7b9
docs: wrong URL in .golangci.reference.yml (#3113) 2022-08-19 23:53:03 +02:00
dependabot[bot]
9da04f5070
build(deps): bump github.com/go-critic/go-critic from 0.6.3 to 0.6.4 (#3089)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-08-14 18:21:32 +02:00
Ludovic Fernandez
7fdb723b16
docs: remove allow-leading-space option (#3072) 2022-08-12 16:22:28 +02:00
Sasha Melentyev
7d2648ca3f
docs: fix typo in usestdlibvars documentation (#3078) 2022-08-07 21:23:44 +02:00
dependabot[bot]
be10ef2636
build(deps): bump github.com/mgechev/revive from 1.2.1 to 1.2.2 (#3075)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-08-07 13:57:17 +02:00
Ludovic Fernandez
1557692e59
feat: go1.19 support (#3037) 2022-08-03 20:53:06 +02:00
Sasha Melentyev
0ba1388a41
feat: add usestdlibvars (#3016) 2022-08-03 11:13:50 +02:00
Loong Dai
368c41cde4
build(deps): bump github.com/daixiang0/gci from 0.5.0 to 0.6.0 (#3035) 2022-08-01 18:01:24 +02:00
dependabot[bot]
2ab46788e6
build(deps): bump github.com/daixiang0/gci from 0.4.3 to 0.5.0 (#3031)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-31 16:05:32 +02:00
alingse
9cb17e4f8f
build(deps): bump github.com/alingse/asasalint from 0.0.10 to 0.0.11 (#3003)
* upgrade asasalint update default builtin

* Update .golangci.reference.yml

Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>

Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2022-07-22 16:40:23 +03:00
Ludovic Fernandez
eb16e701db
fix: generics (#2991) 2022-07-19 09:12:58 +02:00
alingse
b415402720
Add linter asasalint to lint pass []any as any (#2968)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
2022-07-18 09:17:27 +02:00
Loong Dai
5e183652ba
build(deps): bump github.com/daixiang0/gci from 0.4.0 to 0.4.1 (#2973)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-11 09:59:13 +02:00
Loong Dai
b8f1e2a549
build(deps): bump github.com/daixiang0/gci from 0.3.4 to 0.4.0 (#2965)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-09 23:15:47 +02:00
dependabot[bot]
3a0f646e31
build(deps): bump github.com/maratori/testpackage from 1.0.1 to 1.1.0 (#2945)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-06-28 14:44:44 +02:00
dependabot[bot]
023e1c4fdf
build(deps): bump github.com/firefart/nonamedreturns from 1.0.2 to 1.0.4 (#2944)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-06-28 14:13:15 +02:00
dependabot[bot]
0e3730d358
build(deps): bump github.com/securego/gosec/v2 from 2.11.0 to 2.12.0 (#2925)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-06-19 14:21:04 +02:00
dependabot[bot]
98c811d0e5
build(deps): bump github.com/firefart/nonamedreturns from 1.0.1 to 1.0.2 (#2929)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-06-19 14:20:47 +02:00
Ludovic Fernandez
4b218e664c
config: spread go version on linter's configurations (#2913) 2022-06-13 09:01:05 +02:00
dependabot[bot]
97eea6ea49
build(deps): bump github.com/kunwardeep/paralleltest from 1.0.4 to 1.0.6 (#2918)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-06-12 13:43:23 +02:00
Marat Reymers
c531fc2ad5
gosec: allow global config (#2880) 2022-06-06 13:21:04 +02:00
Marat Reymers
8d2eb67e4f
docs(gomnd): fix typo (#2909) 2022-06-06 13:20:38 +02:00
Marat Reymers
42bbe403bc
docs(gocritic): add enable and disable ruleguard settings (#2885)
* docs: ruleguard: add missing `enable` and `disable` settings

* Don't use go-critic groups and tags
2022-05-30 15:33:04 +08:00
Marat Reymers
a23fc2c7f0
docs(depguard): add ignore-file-rules (#2884)
* docs: linters-settings: depguard: add missing `ignore-file-rules`

* Add an example without !
2022-05-30 15:31:24 +08:00
Marat Reymers
085b7ea3bf
docs(gosec): add configs for all existing rules (#2886)
docs: gosec: add configs for all existing rules
2022-05-30 15:31:16 +08:00
Marat Reymers
d704754acf
docs(thelper): add fuzz config and description (#2887)
docs(thelper): add missing `fuzz` config and description
2022-05-30 15:31:04 +08:00
Marat Reymers
dfb01c8aaf
docs(govet): add settings for shadow and unusedresult (#2890)
docs(govet): add missing settings for `shadow` and `unusedresult`
2022-05-30 15:30:24 +08:00
Marat Reymers
d43e480ab5
docs(linters): add defaults (#2891) 2022-05-29 14:58:21 +02:00
Ludovic Fernandez
4deb32f2c0
docs: rename .golangci.example.yml to .golangci.reference.yml (#2857) 2022-05-16 12:26:25 +02:00